Skip to content

Commit 7ac9f43

Browse files
javier-godoypaodb
authored andcommitted
fix(demo): use PageTitle from SampleDemo class
1 parent 8e1d425 commit 7ac9f43

File tree

1 file changed

+1
-1
lines changed
  • src/test/java/com/flowingcode/vaadin/addons/demo

1 file changed

+1
-1
lines changed

src/test/java/com/flowingcode/vaadin/addons/demo/Demo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class Demo extends TabbedDemo {
3030

3131
public Demo() {
3232
addDemo(new LegacyDemo());
33-
addDemo(SampleDemo.class, "Demo");
33+
addDemo(SampleDemo.class);
3434
addDemo(SampleDemoDefault.class);
3535
addDemo(SampleDemoHighlight.class);
3636
addDemo(AdHocDemo.class);

0 commit comments

Comments
 (0)