fix: 修复getSchemaTpl方法错误的引入方式(#11133) (#11134)

Co-authored-by: chenfan02 <chenfan02@baidu.com>
This commit is contained in:
Franck Chan 2024-10-30 09:47:35 +08:00 committed by GitHub
parent 5f158adf68
commit 0ede261708
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,9 +14,7 @@ import {render as renderAmis} from 'amis-core';
import {FormItem, Button, InputBox, Icon, Modal, toast} from 'amis';
import {TooltipWrapper} from 'amis-ui';
import {getSchemaTpl} from 'amis-editor';
import {autobind} from 'amis-editor-core';
import {autobind, getSchemaTpl} from 'amis-editor-core';
import type {FormControlProps} from 'amis-core';
import type {SchemaApi} from 'amis';
import {getOwnValue} from '../util';