fix(create-nocobase-app): fix error after setting linkage rules (#5249)

This commit is contained in:
Zeke Zhang 2024-09-11 07:16:37 +08:00 committed by GitHub
parent 029e09ff86
commit 59a3c10afa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
import { Field } from '@formily/core';
import { reaction } from '@formily/reactive';
import evaluators from '@nocobase/evaluators/client';
import { evaluators } from '@nocobase/evaluators/client';
import { getValuesByPath, uid } from '@nocobase/utils/client';
import _ from 'lodash';
import { conditionAnalyses, getInnermostKeyAndValue, getTargetField } from '../../schema-component/common/utils/uitls';