mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 18:52:20 +08:00
Merge branch 'next' into develop
This commit is contained in:
commit
fb122c41e9
@ -15,7 +15,7 @@ import { useRecord } from '../../../record-provider';
|
||||
import { useCompile } from '../../../schema-component';
|
||||
import { useCollectionManager_deprecated } from '../../hooks';
|
||||
|
||||
const supportTypes = ['string', 'bigInt', 'integer', 'uuid', 'uid'];
|
||||
const supportTypes = ['string', 'bigInt', 'integer', 'uuid', 'uid', 'nanoid'];
|
||||
export const SourceForeignKey = observer(
|
||||
() => {
|
||||
const record = useRecord();
|
||||
|
@ -14,7 +14,7 @@ import { useParams } from 'react-router-dom';
|
||||
import { useRecord, useCompile, useAPIClient, useCollectionManager_deprecated } from '@nocobase/client';
|
||||
import { useRemoteCollectionContext } from '../CollectionFields';
|
||||
|
||||
const supportTypes = ['string', 'bigInt', 'integer', 'uuid', 'uid'];
|
||||
const supportTypes = ['string', 'bigInt', 'integer', 'uuid', 'uid', 'nanoid'];
|
||||
|
||||
export const SourceKey = observer(
|
||||
(props: any) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user