Skip to content

Commit

Permalink
feat: fix control
Browse files Browse the repository at this point in the history
  • Loading branch information
nevo-david committed Nov 19, 2024
1 parent ad83d5f commit 1ebf25a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export const NewOrder: FC<{ group: string }> = (props) => {
});

const { fields, append, remove } = useFieldArray({
// @ts-ignore
control: form.control,
name: 'socialMedia',
});
Expand Down

0 comments on commit 1ebf25a

Please sign in to comment.