Skip to content

Commit 5b13c94

Browse files
crisbetotinayuangao
authored andcommitted
chore: fix example compilation error (#10049)
Fixes a compilation error in the examples, presumably due to a faulty rebase.
1 parent 342e3c6 commit 5b13c94

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/material-examples/bottom-sheet-overview/bottom-sheet-overview-example.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,4 @@ export class BottomSheetOverviewExampleSheet {
2828
this.bottomSheetRef.dismiss();
2929
event.preventDefault();
3030
}
31-
32-
openLink(event) {
33-
window.open(event.target.href);
34-
}
3531
}

0 commit comments

Comments
 (0)