Merge branch 'next' into develop

This commit is contained in:
nocobase[bot] 2025-03-16 09:43:04 +00:00
commit 38999aaf75

View File

@ -169,7 +169,7 @@ export const DataBlockCollector = ({
}, },
clearSelection() { clearSelection() {
if (field) { if (field) {
field.data.clearSelectedRowKeys?.(); field.data?.clearSelectedRowKeys?.();
} }
}, },
}); });