mirror of
https://github.com/open-webui/open-webui.git
synced 2025-04-02 08:59:16 +02:00
fix: sensitive input button type
This commit is contained in:
parent
425a8a9178
commit
43df7e1424
@ -23,6 +23,7 @@
|
||||
/>
|
||||
<button
|
||||
class={showButtonClassName}
|
||||
type="button"
|
||||
on:click={(e) => {
|
||||
e.preventDefault();
|
||||
show = !show;
|
||||
|
Loading…
x
Reference in New Issue
Block a user