mirror of
https://github.com/nocobase/nocobase.git
synced 2026-09-21 13:52:17 +08:00
Merge branch 'main' into next
This commit is contained in:
@@ -38,6 +38,7 @@ import { ActionContextProvider } from '../action';
|
||||
import { useAssociationFieldContext, useFieldNames, useInsertSchema } from './hooks';
|
||||
import schema from './schema';
|
||||
import { flatData, getLabelFormatValue, useLabelUiSchema } from './util';
|
||||
import { CollectionField } from '../../../data-source/collection-field/CollectionField';
|
||||
|
||||
export const useTableSelectorProps = () => {
|
||||
const field: any = useField();
|
||||
@@ -246,7 +247,7 @@ export const InternalPicker = observer(
|
||||
<CollectionProvider_deprecated name={collectionField?.target}>
|
||||
<FormProvider>
|
||||
<TableSelectorParamsProvider params={{ filter: getFilter() }}>
|
||||
<SchemaComponentOptions scope={scope}>
|
||||
<SchemaComponentOptions scope={scope} components={{ CollectionField: CollectionField }}>
|
||||
<NocoBaseRecursionField
|
||||
onlyRenderProperties
|
||||
basePath={field.address}
|
||||
|
||||
Reference in New Issue
Block a user