Skip to content

Commit 3d7ab66

Browse files
mlopezFCpaodb
authored andcommitted
fix(demo): fix sources shown in the demo
Make the annotation to show the correct Layout being used
1 parent 9b09d7d commit 3d7ab66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/flowingcode/vaadin/addons/extendedlogin/TestLoginLayoutView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
@Route(value = "extended-login/login-layout", layout = TestLoginLayout.class)
4040
@Ignore
4141
@CssImport("./styles/extended-login-styles.css") // hide-source
42-
// show-source @Route("value = "extended-login/login-layout-demo", layout = ExtendedLoginDemoView.class)
42+
// show-source @Route("value = "extended-login/login-layout-demo", layout = TestLoginLayout.class)
4343
public class TestLoginLayoutView extends Div {
4444

4545
public TestLoginLayoutView() {

0 commit comments

Comments
 (0)