diff --git a/frontend/src/component/feature/CopyFeature/CopyFeature.tsx b/frontend/src/component/feature/CopyFeature/CopyFeature.tsx index 2ea0601fbc..ba7b07ba84 100644 --- a/frontend/src/component/feature/CopyFeature/CopyFeature.tsx +++ b/frontend/src/component/feature/CopyFeature/CopyFeature.tsx @@ -68,10 +68,7 @@ export const CopyFeatureToggle = () => { const [apiError, setApiError] = useState(''); const [nameError, setNameError] = useState(); const [newToggleName, setNewToggleName] = useState(); - const { - cloneFeatureToggle, - validateFeatureToggleName, - } = useFeatureApi(); + const { cloneFeatureToggle, validateFeatureToggleName } = useFeatureApi(); const featureId = useRequiredPathParam('featureId'); const projectId = useRequiredPathParam('projectId'); const { feature } = useFeature(projectId, featureId);