Commit 7b02121e authored by 邓超's avatar 邓超

fix: 修改节点接收短信配置字段名称

parent df1d248b
Pipeline #43059 passed with stages
in 8 minutes 2 seconds
......@@ -369,7 +369,7 @@ const NodeEdit = props => {
<Radio value="1"></Radio>
</Radio.Group>
</Form.Item>
<Form.Item label="是否发送短信" name="IsSendMessage">
<Form.Item label="是否接收短信" name="IsSendMessage">
<Radio.Group>
<Radio value={0}></Radio>
<Radio value={1}></Radio>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment