1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

Merge branch 'master' of ssh://vault48.org:22522/opt/deploys/git/vault/stable/frontend

This commit is contained in:
muerwre 2020-03-16 19:35:06 +07:00
commit 4cd22555a1

View file

@ -32,7 +32,7 @@ export const Tags: FC<IProps> = ({ tags, is_editable, onTagsChange, ...props })
tag.title.substr(0, 1) === '/' ? [[...obj[0], tag], obj[1]] : [obj[0], [...obj[1], tag]],
[[], []]
),
[]
[tags]
);
const onInput = useCallback(