mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
fix: multi-select field value changes and option loss when deleting subtable records (#6405)
This commit is contained in:
parent
e7dea7fdfb
commit
5ade85acd4
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user