From 41e2dadea7827916807f90a6fdeb8465da02db7c Mon Sep 17 00:00:00 2001 From: balibabu Date: Wed, 4 Dec 2024 14:05:07 +0800 Subject: [PATCH] Feat: Fixed the problem of not finding EmailForm #3837 (#3847) ### 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/pages/flow/flow-drawer/index.tsx b/web/src/pages/flow/flow-drawer/index.tsx index 542f4dada..f669038a2 100644 --- a/web/src/pages/flow/flow-drawer/index.tsx +++ b/web/src/pages/flow/flow-drawer/index.tsx @@ -39,6 +39,7 @@ import OperatorIcon from '../operator-icon'; import { CloseOutlined } from '@ant-design/icons'; import { lowerFirst } from 'lodash'; +import EmailForm from '../form/email-form'; import TemplateForm from '../form/template-form'; import { getDrawerWidth } from '../utils'; import styles from './index.less';