Skip to content

Commit

Permalink
Fix eslint issues
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Musale <[email protected]>
  • Loading branch information
musale committed Jun 13, 2023
1 parent af31184 commit 1cf5f22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ export class MgtTodo extends MgtTasksBase {
*/

protected handleSelectionChanged = (e: CustomEvent<TodoTaskList>) => {
this.currentList = e.detail as TodoTaskList;
this.currentList = e.detail;
void this.loadTasks(this.currentList);
};

Expand Down

0 comments on commit 1cf5f22

Please sign in to comment.