feat: support overwriting the default webhook data of deployers and notifiers

This commit is contained in:
Fu Diwei
2025-04-27 22:06:04 +08:00
parent e533f9407f
commit d33b8caf14
16 changed files with 320 additions and 75 deletions

View File

@@ -52,7 +52,7 @@ const NotifyNodeConfigFormMattermostConfig = ({
rules={[formRule]}
tooltip={<span dangerouslySetInnerHTML={{ __html: t("workflow_node.notify.form.mattermost_channel_id.tooltip") }}></span>}
>
<Input placeholder={t("workflow_node.notify.form.mattermost_channel_id.placeholder")} />
<Input allowClear placeholder={t("workflow_node.notify.form.mattermost_channel_id.placeholder")} />
</Form.Item>
</Form>
);