fix: multi-select field value changes and option loss when deleting subtable records (#6405)

This commit is contained in:
Katherine 2025-03-11 13:44:33 +08:00 committed by GitHub
parent e7dea7fdfb
commit 5ade85acd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -144,7 +144,7 @@ const useTableColumns = (props: { showDel?: any; isSubTable?: boolean }, paginat
<RecordIndexProvider index={record.__index || index}>
<RecordProvider isNew={isNewRecord(record)} record={record} parent={parentRecordData}>
<ColumnFieldProvider schema={s} basePath={basePath}>
<span role="button" className={schemaToolbarBigger}>
<span role="button" className={schemaToolbarBigger} key={index}>
<RecursionField basePath={basePath} schema={s} onlyRenderProperties />
</span>
</ColumnFieldProvider>