balibabu
commited on
Commit
·
d3454f6
1
Parent(s):
8e21724
Feat: Fixed the problem of not finding EmailForm #3837 (#3847)
Browse files### What problem does this PR solve?
Feat: Fixed the problem of not finding EmailForm #3837
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
web/src/pages/flow/flow-drawer/index.tsx
CHANGED
@@ -39,6 +39,7 @@ import OperatorIcon from '../operator-icon';
|
|
39 |
|
40 |
import { CloseOutlined } from '@ant-design/icons';
|
41 |
import { lowerFirst } from 'lodash';
|
|
|
42 |
import TemplateForm from '../form/template-form';
|
43 |
import { getDrawerWidth } from '../utils';
|
44 |
import styles from './index.less';
|
|
|
39 |
|
40 |
import { CloseOutlined } from '@ant-design/icons';
|
41 |
import { lowerFirst } from 'lodash';
|
42 |
+
import EmailForm from '../form/email-form';
|
43 |
import TemplateForm from '../form/template-form';
|
44 |
import { getDrawerWidth } from '../utils';
|
45 |
import styles from './index.less';
|