Merge branch 'main' into next

This commit is contained in:
nocobase[bot] 2025-03-11 05:44:56 +00:00
commit dffaaace94

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>