mirror of
https://github.com/open-webui/open-webui
synced 2024-11-28 06:53:14 +00:00
fix: sidebar setting button
This commit is contained in:
parent
e366d1137f
commit
92f0059bec
@ -579,8 +579,8 @@
|
||||
{:else}
|
||||
<button
|
||||
class=" flex rounded-md py-3 px-3.5 w-full hover:bg-gray-900 transition"
|
||||
on:click={() => {
|
||||
openSettings();
|
||||
on:click={async () => {
|
||||
await showSettings.set(true);
|
||||
}}
|
||||
>
|
||||
<div class=" self-center mr-3">
|
||||
|
Loading…
Reference in New Issue
Block a user