Skip to content

Commit

Permalink
fix: 修复getSchemaTpl方法错误的引入方式(#11133) (#11134)
Browse files Browse the repository at this point in the history
Co-authored-by: chenfan02 <[email protected]>
  • Loading branch information
franckchen and chenfan02 authored Oct 30, 2024
1 parent 5f158ad commit 0ede261
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/amis-editor/src/renderer/NavSourceControl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 0ede261

Please sign in to comment.