Skip to content

Commit

Permalink
fix:修复实例metadata标签编辑不能删除问题 (#122)
Browse files Browse the repository at this point in the history
* fix:修复实例metadata标签编辑不能删除问题

* fix:修复实例metadata标签编辑不能删除问题
  • Loading branch information
chuntaojun authored Sep 30, 2022
1 parent 5a04214 commit fcd3d8f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ const CreateForm = purify(function CreateForm(props: DuckCmpProps<Duck>) {
return (
<>
<Button
disabled={length < 2}
title={'删除'}
icon={'close'}
onClick={() => metadata.asArray().remove(index)}
Expand Down

0 comments on commit fcd3d8f

Please sign in to comment.