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

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';