diff --git a/app/react/components/BEFeatureIndicator/BEFeatureIndicator.tsx b/app/react/components/BEFeatureIndicator/BEFeatureIndicator.tsx index ad88a16ef..a0a897e8c 100644 --- a/app/react/components/BEFeatureIndicator/BEFeatureIndicator.tsx +++ b/app/react/components/BEFeatureIndicator/BEFeatureIndicator.tsx @@ -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';