fix: insertAdjacent not find (#1861)

This commit is contained in:
katherinehhh 2023-05-16 09:20:45 +08:00 committed by GitHub
parent d58174011c
commit 8cf3c40ad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,7 @@ FormItem.Designer = function Designer() {
const field = useField<Field>();
const fieldSchema = useFieldSchema();
const { t } = useTranslation();
const { dn, refresh } = useDesignable();
const { dn, refresh, insertAdjacent } = useDesignable();
const compile = useCompile();
const variablesCtx = useVariablesCtx();
const IsShowMultipleSwitch = useIsShowMultipleSwitch();