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