[go: up one dir, main page]

Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
iddan committed Jan 3, 2021
1 parent bf2fdf4 commit c27dc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amplication-client/src/Entity/EntityField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const EntityField = () => {
},
}).catch(console.error);
},
[updateEntityField, field, entityField]
[updateEntityField, entity, field, entityField]
);

const handleRelatedFieldFormSubmit = useCallback(
Expand Down

0 comments on commit c27dc90

Please sign in to comment.