diff --git a/packages/core/client/src/collection-manager/index.tsx b/packages/core/client/src/collection-manager/index.tsx index 534917543d..cb80d1be19 100644 --- a/packages/core/client/src/collection-manager/index.tsx +++ b/packages/core/client/src/collection-manager/index.tsx @@ -1,4 +1,9 @@ -export { useCollectionFilterOptions, useSortFields, useLinkageCollectionFilterOptions ,useCollectionFieldsOptions} from './action-hooks'; +export { + useCollectionFilterOptions, + useSortFields, + useLinkageCollectionFilterOptions, + useCollectionFieldsOptions, +} from './action-hooks'; export * from './CollectionField'; export * from './CollectionFieldProvider'; export * from './CollectionManagerProvider'; @@ -6,7 +11,7 @@ export * from './CollectionManagerSchemaComponentProvider'; export * from './CollectionManagerShortcut'; export * from './CollectionProvider'; export * from './Configuration'; -export { registerField, registerGroup, registerGroupLabel } from './Configuration/interfaces'; +export { registerField, registerGroup, registerGroupLabel, getOptions } from './Configuration/interfaces'; export * from './context'; export * from './hooks'; export * as interfacesProperties from './interfaces/properties';