running verification routine on tag register

This commit is contained in:
Nouman Tahir 2022-10-12 09:46:33 +05:00
parent 3eb4a860ae
commit 41d3347b0c

View File

@ -86,6 +86,7 @@ const TagInput = ({ value, handleTagChanged, intl, isPreviewActive, autoFocus, s
setTags([...tags]);
setText(inputVal || '');
_verifyTagsUpdate(tags);
if (handleTagChanged) {
handleTagChanged([...tags]);
}