diff --git a/frontend/src/component/feature/CreateFeature/FeatureForm/FeatureForm.tsx b/frontend/src/component/feature/CreateFeature/FeatureForm/FeatureForm.tsx index c2126d6241..c1fd796118 100644 --- a/frontend/src/component/feature/CreateFeature/FeatureForm/FeatureForm.tsx +++ b/frontend/src/component/feature/CreateFeature/FeatureForm/FeatureForm.tsx @@ -65,7 +65,7 @@ const FeatureForm: React.FC = ({ - setType(e.target.value) + setType(e.target.currentTarget) } label={'Toggle type'} id="feature-type-select"