Browse Source

fixing tsc errors

pull/644/head
Dan Ditomaso 1 year ago
parent
commit
0f8f0d3553
  1. 1
      src/components/Form/FormSelect.tsx

1
src/components/Form/FormSelect.tsx

@ -43,7 +43,6 @@ export function SelectInput<T extends FieldValues>({
} = useController({
name: field.name,
control,
defaultValue: field.properties.defaultValue,
});
const { enumValue, formatEnumName, defaultValue, ...remainingProperties } =

Loading…
Cancel
Save