diff --git a/frontend/src/component/feature/FeatureForm/FeatureForm.tsx b/frontend/src/component/feature/FeatureForm/FeatureForm.tsx
index 17d915401b..992d3f97b2 100644
--- a/frontend/src/component/feature/FeatureForm/FeatureForm.tsx
+++ b/frontend/src/component/feature/FeatureForm/FeatureForm.tsx
@@ -1,4 +1,10 @@
-import { Button, FormControl, Switch, Typography } from '@material-ui/core';
+import {
+ Button,
+ FormControl,
+ FormControlLabel,
+ Switch,
+ Typography,
+} from '@material-ui/core';
import { useStyles } from './FeatureForm.styles';
import FeatureTypeSelect from '../FeatureView/FeatureSettings/FeatureSettingsMetadata/FeatureTypeSelect/FeatureTypeSelect';
import { CF_DESC_ID, CF_NAME_ID, CF_TYPE_ID } from '../../../testIds';
@@ -55,7 +61,7 @@ const FeatureForm: React.FC