Skip to content

Commit

Permalink
✨ feat(ims-view-pc): add renderFormList
Browse files Browse the repository at this point in the history
  • Loading branch information
eternallycyf committed Sep 24, 2024
1 parent c65cb3a commit 8135aa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ims-view-pc/src/components/CustomForm/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import type { DrawerProps, FormInstance, FormProps, ModalProps } from 'antd';
import { renderFormItem, Search } from 'ims-view-pc';
import { Search } from 'ims-view-pc';
import React, { RefObject } from 'react';
import { renderFormItem } from '../../core/helpers';
import CommonForm, { renderFormList } from './CustomForm';

/**
Expand Down

0 comments on commit 8135aa4

Please sign in to comment.