mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-04 21:19:27 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
d4259214fc
@ -50,6 +50,7 @@ const InternalFormBlockProvider = (props) => {
|
||||
const form = useMemo(
|
||||
() =>
|
||||
createForm({
|
||||
validateFirst: true,
|
||||
readPretty,
|
||||
}),
|
||||
[readPretty],
|
||||
|
@ -28,6 +28,7 @@ import { isSubMode } from '../../../../schema-component/antd/association-field/u
|
||||
import { useIsAssociationField } from '../../../../schema-component/antd/form-item';
|
||||
import { FormLinkageRules } from '../../../../schema-settings/LinkageRules';
|
||||
import { SchemaSettingsLinkageRules } from '../../../../schema-settings/SchemaSettings';
|
||||
import { useColumnSchema } from '../../../../schema-component';
|
||||
import { SchemaSettingsItemType } from '../../../../application';
|
||||
import { useColumnSchema } from '../../../../schema-component';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user