Skip to content

Commit 8fd733f

Browse files
authored
[Bug][web] fix A bug occurred when other sending methods were switch… (#4385)
1 parent 7e3c046 commit 8fd733f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • dinky-web/src/pages/RegCenter/Alert/AlertInstance/components/AlertTypeChoose/InstanceForm/WeChat

dinky-web/src/pages/RegCenter/Alert/AlertInstance/components/AlertTypeChoose/InstanceForm/WeChat/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ const WeChat = (props: WeChatProps) => {
8686
label={l('rc.ai.sendType')}
8787
initialValue={sendType ?? 'app'}
8888
fieldProps={{
89+
value: sendType,
8990
onChange: (e) => setSendType(e.target.value)
9091
}}
9192
options={[

0 commit comments

Comments
 (0)