Commit bf131ba7 by zhaochengxiang

bug fix

parent a02750e1
......@@ -1394,6 +1394,11 @@ const AssetAction = (props) => {
取消
</Button>
<Button onClick={() => {
if ((modifyMetadataColumnList??[]).length === 0) {
setMetadataEdit(false)
return
}
setLoadingMetadataColumnList(true)
dispatch({
type: 'assetmanage.batchUpdateAttributes',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment