Merge remote-tracking branch 'origin/v3' into v3
This commit is contained in:
commit
7462d95f5e
|
|
@ -61,7 +61,9 @@ export class WorkflowDefinitionBrowser {
|
|||
this.modalDialogService.show(
|
||||
() => DefaultContents.Warning("Are you sure you want to delete this workflow definition?"),
|
||||
{
|
||||
actions: [DefaultModalActions.Delete(() => {
|
||||
actions: [DefaultModalActions.Delete(async () => {
|
||||
await this.api.delete(workflowDefinition);
|
||||
await this.loadWorkflowDefinitions();
|
||||
}), DefaultModalActions.Cancel()],
|
||||
modalType: ModalType.Confirmation
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue