Merge branch 'next' into develop

This commit is contained in:
nocobase[bot] 2025-04-30 01:55:59 +00:00
commit d2782db48b
2 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@ const InternalFormBlockProvider = (props) => {
const form = useMemo(
() =>
createForm({
validateFirst: true,
readPretty,
}),
[readPretty],

View File

@ -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';