diff --git a/src/components/node/Tags/index.tsx b/src/components/node/Tags/index.tsx index ced5bd78..f22e0826 100644 --- a/src/components/node/Tags/index.tsx +++ b/src/components/node/Tags/index.tsx @@ -32,7 +32,7 @@ export const Tags: FC = ({ tags, is_editable, onTagsChange, ...props }) tag.title.substr(0, 1) === '/' ? [[...obj[0], tag], obj[1]] : [obj[0], [...obj[1], tag]], [[], []] ), - [] + [tags] ); const onInput = useCallback(