Skip to content

Commit ff51fd5

Browse files
committed
fix(FieldAddDel): implement field addition and deletion component with schema loading and operations management
1 parent 6ecf55a commit ff51fd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/dag/src/components/form/field-add-del

packages/dag/src/components/form/field-add-del/index.jsx renamed to packages/dag/src/components/form/field-add-del/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { observer } from '@formily/reactive-vue'
22
import { metadataInstancesApi } from '@tap/api'
3-
3+
import { IconButton } from '@tap/component/src/icon-button'
44
import { connect, mapProps, useForm } from '@tap/form'
55
import i18n from '@tap/i18n'
66
import { cloneDeep } from 'lodash-es'

0 commit comments

Comments
 (0)