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 bc58363 commit cf9bc51Copy full SHA for cf9bc51
src/test/java/com/flowingcode/vaadin/addons/chipfield/ChipfieldDemoView.java
@@ -33,7 +33,7 @@ public ChipfieldDemoView() {
33
layout.setSizeFull();
34
IFrame iframe = new IFrame();
35
iframe.getElement().setAttribute("frameborder", "0");
36
- iframe.getElement().setAttribute("srcdoc", getSrcdoc(DATAPROVIDER_DEMO));
+ iframe.getElement().setAttribute("srcdoc", getSrcdoc(DATAPROVIDER_SOURCE));
37
iframe.setSizeFull();
38
layout.addToSecondary(iframe);
39
0 commit comments