From d79951e2098f895773731db2f163ad6e7ef7acd8 Mon Sep 17 00:00:00 2001 From: katherinehhh Date: Thu, 15 Jun 2023 19:09:10 +0800 Subject: [PATCH] fix(file-manager): do not delete the selected records --- .../src/schema-component/antd/association-field/FileManager.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/client/src/schema-component/antd/association-field/FileManager.tsx b/packages/core/client/src/schema-component/antd/association-field/FileManager.tsx index 84e228d63..46a5d63e6 100644 --- a/packages/core/client/src/schema-component/antd/association-field/FileManager.tsx +++ b/packages/core/client/src/schema-component/antd/association-field/FileManager.tsx @@ -112,6 +112,7 @@ const InternalFileManager = (props) => { association: { target: collectionField?.target, }, + options, onChange: props?.onChange, selectedRows, setSelectedRows,