feat: support overwriting the default webhook data of deployers and notifiers
This commit is contained in:
@@ -70,7 +70,7 @@ const AccessFormMattermostConfig = ({ form: formInst, formName, disabled, initia
|
||||
rules={[formRule]}
|
||||
tooltip={<span dangerouslySetInnerHTML={{ __html: t("access.form.mattermost_default_channel_id.tooltip") }}></span>}
|
||||
>
|
||||
<Input placeholder={t("access.form.mattermost_default_channel_id.placeholder")} />
|
||||
<Input allowClear placeholder={t("access.form.mattermost_default_channel_id.placeholder")} />
|
||||
</Form.Item>
|
||||
</Form>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user