mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 10:17:00 +00:00
fix: sensitive input button type
This commit is contained in:
parent
425a8a9178
commit
43df7e1424
@ -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 New Issue
Block a user