Skip to content

Commit

Permalink
Use new prompts property
Browse files Browse the repository at this point in the history
  • Loading branch information
linusha authored and merryman committed Jan 18, 2024
1 parent d0761f8 commit decdee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studio/dashboard.cp.js
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ export class Dashboard extends DashboardCommon {

async confirm (ask) {
const confirmDialog = this.openDialog(GalyleoConfirmPrompt);
confirmDialog.label = ask;
confirmDialog.title = ask;
return await confirmDialog.activate();
}

Expand Down

0 comments on commit decdee1

Please sign in to comment.