diff --git a/apps/gallery-app/views/dialogs.ts b/apps/gallery-app/views/dialogs.ts index 54913adc1..4b5eb3935 100644 --- a/apps/gallery-app/views/dialogs.ts +++ b/apps/gallery-app/views/dialogs.ts @@ -76,7 +76,8 @@ export function actionTapped(args) { export function actionWithOptionsTapped(args) { dialogs.action({ - message: "Action", + title: "Action Title", + message: "Action Message", cancelButtonText: "Close", actions: ["One", "Two", "Three"] }).then(r=> console.log(`Action result: ${r}`));