mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55: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
|
||||
class={showButtonClassName}
|
||||
type="button"
|
||||
on:click={(e) => {
|
||||
e.preventDefault();
|
||||
show = !show;
|
||||
|
|
|
|||
Loading…
Reference in a new issue