Skip to content

Commit f48dd17

Browse files
ngonzalezpazFCjavier-godoy
authored andcommitted
refactor(demo): change demo route to error-window
1 parent bc97d26 commit f48dd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/flowingcode/vaadin/addons/errorwindow/ErrorwindowDemoView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import java.awt.TextField;
1212

1313
@SuppressWarnings("serial")
14-
@Route(value = "errorwindow", layout = DemoLayout.class)
14+
@Route(value = "error-window", layout = DemoLayout.class)
1515
public class ErrorwindowDemoView extends VerticalLayout {
1616

1717
public ErrorwindowDemoView() {

0 commit comments

Comments
 (0)