Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Jul 13, 2020
1 parent fb279db commit bb7a96b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ export class UiActionsExecutionService {
}

private async executeMultipleActions(tasks: ExecuteActionTask[]) {
debugger;
const panel = await buildContextMenuForActions({
actions: tasks.map(({ action, context }) => [action, context]),
title: tasks[0].trigger.title, // title of context menu is title of trigger which originated the chain
Expand Down

0 comments on commit bb7a96b

Please sign in to comment.