Merge branch 'group-tags-x' into 'develop'
GroupTagsField: hide "x" until there's more than one tag See merge request soapbox-pub/soapbox!2461
This commit is contained in:
commit
5834be838b
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ const GroupTagsField: React.FC<IGroupTagsField> = ({ tags, onChange, onAddItem,
|
||||||
onAddItem={onAddItem}
|
onAddItem={onAddItem}
|
||||||
onRemoveItem={onRemoveItem}
|
onRemoveItem={onRemoveItem}
|
||||||
maxItems={maxItems}
|
maxItems={maxItems}
|
||||||
|
minItems={1}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue