Skip to content

Commit 632a2b7

Browse files
committed
lint
1 parent a466e4b commit 632a2b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clients/admin-ui/src/features/custom-fields/CustomFieldForm.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ const CustomFieldForm = ({
7979
const [form] = Form.useForm<CustomFieldsFormValues>();
8080
const valueType = Form.useWatch("value_type", form);
8181
const selectedTemplate = Form.useWatch("template", form);
82-
const name = Form.useWatch("name", form);
8382
const router = useRouter();
8483
const { resource_type: queryResourceType } = router.query;
8584

0 commit comments

Comments
 (0)