feat(Microsoft Outlook Node): New operation sendAndWait (#12795)

This commit is contained in:
Michael Kret
2025-01-23 18:38:24 +02:00
committed by GitHub
parent 3e9f24ddf4
commit f4bf55f0d8
8 changed files with 179 additions and 5 deletions

View File

@@ -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;