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 6f26afa commit 28d3545Copy full SHA for 28d3545
src/main/java/com/flowingcode/vaadin/addons/errorwindow/ErrorWindow.java
@@ -26,6 +26,7 @@
26
import com.vaadin.flow.component.button.Button;
27
import com.vaadin.flow.component.button.ButtonVariant;
28
import com.vaadin.flow.component.dependency.CssImport;
29
+import com.vaadin.flow.component.dependency.Uses;
30
import com.vaadin.flow.component.dialog.Dialog;
31
import com.vaadin.flow.component.html.Div;
32
import com.vaadin.flow.component.icon.VaadinIcon;
@@ -47,6 +48,7 @@
47
48
* @author pbartolo
49
*/
50
@SuppressWarnings("serial")
51
+@Uses(ClipboardHelper.class)
52
@CssImport(value = "./flowingcode/error-window.css")
53
public class ErrorWindow extends Dialog {
54
0 commit comments