Skip to content

Commit

Permalink
Update TagTable.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun authored Oct 12, 2022
1 parent fa66d09 commit 72bb21b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/polaris/common/components/TagTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export function TagTable(props: ITagTableProps) {
return (
<>
<Button
disabled={length < 2}
title={'删除'}
icon={'close'}
onClick={() => props.tags.asArray().remove(index)}
Expand Down

0 comments on commit 72bb21b

Please sign in to comment.