diff --git a/web/src/components/edit-tag/index.tsx b/web/src/components/edit-tag/index.tsx index 6a82351b3..676ba7ff9 100644 --- a/web/src/components/edit-tag/index.tsx +++ b/web/src/components/edit-tag/index.tsx @@ -74,7 +74,7 @@ const EditTag = ({ value = [], onChange }: EditTagsProps) => { }; return ( -
+
{Array.isArray(tagChild) && tagChild.length > 0 && ( { )} {inputVisible ? ( -
- -
+ ) : ( -
- - - -
+ + + )}
);