1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

fix(app): add style for be-indicator (#7140)

This commit is contained in:
Chaim Lev-Ari 2022-07-25 18:24:54 +02:00 committed by GitHub
parent 8045a15a50
commit 7b774c702d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,8 @@
import { PropsWithChildren } from 'react';
import clsx from 'clsx';
import './BEFeatureIndicator.css';
import { FeatureId } from '@/portainer/feature-flags/enums';
import { getFeatureDetails } from './utils';