We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2933304 commit 196960dCopy full SHA for 196960d
src/main/java/com/flowingcode/vaadin/addons/demo/RouteTabs.java
@@ -34,9 +34,6 @@ public void add(RouterLink routerLink) {
34
add(routerLinkTabMap.get(routerLink));
35
}
36
37
- public void addLegacyTab(RouterLink routerLink) {
38
-
39
- }
40
@Override
41
public void beforeEnter(BeforeEnterEvent event) {
42
// In case no tabs will match
0 commit comments