mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(Microsoft Outlook Node): New operation sendAndWait (#12795)
This commit is contained in:
@@ -554,7 +554,7 @@ export function getSendAndWaitConfig(context: IExecuteFunctions): SendAndWaitCon
|
||||
return config;
|
||||
}
|
||||
|
||||
function createButton(url: string, label: string, approved: string, style: string) {
|
||||
export function createButton(url: string, label: string, approved: string, style: string) {
|
||||
let buttonStyle = BUTTON_STYLE_PRIMARY;
|
||||
if (style === 'secondary') {
|
||||
buttonStyle = BUTTON_STYLE_SECONDARY;
|
||||
|
||||
Reference in New Issue
Block a user