Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
gucal committed Aug 30, 2023
1 parent 92dfcc7 commit 76526e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/table/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5108,7 +5108,7 @@ export class ColumnFilter implements AfterContentInit {
}
}

toggleMenu(event : any) {
toggleMenu(event: any) {
this.overlayVisible = !this.overlayVisible;
event.stopPropagation();
}
Expand Down

0 comments on commit 76526e6

Please sign in to comment.