Skip to content

Commit f11c458

Browse files
authored
Merge pull request #624 from cal-smith/uishell
fix(uishell): remove argument to fix build
2 parents b512e78 + b6701de commit f11c458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui-shell/header/hamburger.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { I18n } from "../../i18n/i18n.module";
1414
selector: "ibm-hamburger",
1515
template: `
1616
<button
17-
(click)="doClick($event)"
17+
(click)="doClick()"
1818
[ngClass]="{'bx--header__action--active': active}"
1919
class="bx--header__menu-trigger bx--header__action"
2020
[attr.aria-label]="i18n.get('UI_SHELL.HEADER.MENU') | async"

0 commit comments

Comments
 (0)