From 5ade85acd4e012301928aa13bf39da015cfef41f Mon Sep 17 00:00:00 2001 From: Katherine Date: Tue, 11 Mar 2025 13:44:33 +0800 Subject: [PATCH] fix: multi-select field value changes and option loss when deleting subtable records (#6405) --- .../src/schema-component/antd/association-field/Table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/client/src/schema-component/antd/association-field/Table.tsx b/packages/core/client/src/schema-component/antd/association-field/Table.tsx index d50eb018b1..851e223b8d 100644 --- a/packages/core/client/src/schema-component/antd/association-field/Table.tsx +++ b/packages/core/client/src/schema-component/antd/association-field/Table.tsx @@ -144,7 +144,7 @@ const useTableColumns = (props: { showDel?: any; isSubTable?: boolean }, paginat - +