mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-04 03:56:54 +03:00
running verification routine on tag register
This commit is contained in:
parent
3eb4a860ae
commit
41d3347b0c
@ -86,6 +86,7 @@ const TagInput = ({ value, handleTagChanged, intl, isPreviewActive, autoFocus, s
|
||||
|
||||
setTags([...tags]);
|
||||
setText(inputVal || '');
|
||||
_verifyTagsUpdate(tags);
|
||||
if (handleTagChanged) {
|
||||
handleTagChanged([...tags]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user