mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
Merge branch 'master' of ssh://vault48.org:22522/opt/deploys/git/vault/stable/frontend
This commit is contained in:
commit
4cd22555a1
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue