diff --git a/web/src/pages/home/monitor/strategy-group/strategy/child/BindNotifyTemplate.tsx b/web/src/pages/home/monitor/strategy-group/strategy/child/BindNotifyTemplate.tsx index 8099555a3..7fa8c9fb8 100644 --- a/web/src/pages/home/monitor/strategy-group/strategy/child/BindNotifyTemplate.tsx +++ b/web/src/pages/home/monitor/strategy-group/strategy/child/BindNotifyTemplate.tsx @@ -90,7 +90,7 @@ export const BindNotifyTemplate: React.FC = ( }, [strategyId, open]) useEffect(() => { - form?.resetFields(['content']) + form?.resetFields() const item = templateList.find( (item) => item.notifyType === notifyTeype ) || { notifyType: notifyTeype, content: '' }