mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 21:05:19 +00:00
fix: sensitive input button type
This commit is contained in:
parent
425a8a9178
commit
43df7e1424
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
class={showButtonClassName}
|
class={showButtonClassName}
|
||||||
|
type="button"
|
||||||
on:click={(e) => {
|
on:click={(e) => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
show = !show;
|
show = !show;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue