forked from open-webui/open-webui
fix: button click issue
This commit is contained in:
parent
8ed5759d0e
commit
04ddbf4306
6 changed files with 18 additions and 6 deletions
|
@ -170,7 +170,9 @@
|
|||
/>
|
||||
<button
|
||||
class=" flex rounded-md py-2 px-3.5 w-full hover:bg-gray-200 dark:hover:bg-gray-800 transition"
|
||||
on:click={chatImportInputElement.click}
|
||||
on:click={() => {
|
||||
chatImportInputElement.click();
|
||||
}}
|
||||
>
|
||||
<div class=" self-center mr-3">
|
||||
<svg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue