Skip to content

Commit

Permalink
fix tags field to update tags
Browse files Browse the repository at this point in the history
  • Loading branch information
amrelbialy committed Mar 30, 2021
1 parent c138548 commit 77f11a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/core/tag-field/tag-field.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const TagField = intrinsicComponent<TagFieldProps, HTMLDivElement>(
// });

returnObjorString(tags);
}, []);
}, [tags]);

const renderLabel = (): string | number | null | JSX.Element | any => {
if (label) {
Expand Down

0 comments on commit 77f11a0

Please sign in to comment.