fix: upload a image can clear other message

This commit is contained in:
jialin
2024-10-17 16:06:38 +08:00
parent fbefb2014d
commit e10c5e28b5
12 changed files with 505 additions and 17 deletions
@@ -311,6 +311,7 @@ const Models: React.FC<ModelsProps> = ({
async onOk() {
await deleteModel(row.id);
updateExpandedRowKeys([row.id]);
rowSelection.removeSelectedKey(row.id);
}
});
};