We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c71d49 commit 66250c4Copy full SHA for 66250c4
elements/src/components/pos-make-findable/pos-make-findable.tsx
@@ -85,7 +85,7 @@ export class PosMakeFindable implements PodOsAware {
85
86
return (
87
<Host>
88
- <button class={{ main: true, open: this.showOptions }} onClick={e => this.onClick(e)} title="">
+ <button type="button" class={{ main: true, open: this.showOptions }} onClick={e => this.onClick(e)} title="">
89
<svg
90
xmlns="http://www.w3.org/2000/svg"
91
fill="none"
0 commit comments