Skip to content

Commit

Permalink
add errors into render linds dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sworzen1 committed Mar 26, 2024
1 parent fa6c777 commit 354b539
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const RegisterAsDRepForm = ({
rules={Rules.LINK}
/>
)),
[links],
[errors, links],
);

return (
Expand Down

0 comments on commit 354b539

Please sign in to comment.