Skip to content
Snippets Groups Projects
Commit 6cecc93e authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Remove default type

parent 9f943010
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ class Button extends VPULitElement {
super();
this.value = "";
// see: https://bulma.io/documentation/elements/button/#colors
this.type = "is-primary";
this.type = "";
this.spinner = false;
this.noSpinnerOnClick = false;
this.disabled = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment