Merge branch 'next' into develop

This commit is contained in:
nocobase[bot] 2025-01-13 13:30:51 +00:00
commit f87b45ef79

View File

@ -63,7 +63,7 @@ const RecursionSchemaComponent = memo((props: ISchemaFieldProps & SchemaComponen
/** /**
* @deprecated * @deprecated
*/ */
refresh: _.noop, refresh: ctx.refresh || _.noop,
}), }),
[ctx, distributed], [ctx, distributed],
); );