mirror of
https://github.com/usual2970/certimate.git
synced 2025-07-28 16:08:35 +00:00
feat(ui): new WorkflowNotifyNodeForm using antd
This commit is contained in:
@@ -41,8 +41,8 @@ func (n *notifyNode) Run(ctx context.Context) error {
|
||||
return err
|
||||
}
|
||||
|
||||
if err := notify.SendToChannel(n.node.GetConfigString("title"),
|
||||
n.node.GetConfigString("content"),
|
||||
if err := notify.SendToChannel(n.node.GetConfigString("subject"),
|
||||
n.node.GetConfigString("message"),
|
||||
n.node.GetConfigString("channel"),
|
||||
channelConfig,
|
||||
); err != nil {
|
||||
|
Reference in New Issue
Block a user