forked from open-webui/open-webui
fix: sidebar setting button
This commit is contained in:
parent
e366d1137f
commit
92f0059bec
1 changed files with 2 additions and 2 deletions
|
@ -579,8 +579,8 @@
|
||||||
{:else}
|
{:else}
|
||||||
<button
|
<button
|
||||||
class=" flex rounded-md py-3 px-3.5 w-full hover:bg-gray-900 transition"
|
class=" flex rounded-md py-3 px-3.5 w-full hover:bg-gray-900 transition"
|
||||||
on:click={() => {
|
on:click={async () => {
|
||||||
openSettings();
|
await showSettings.set(true);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div class=" self-center mr-3">
|
<div class=" self-center mr-3">
|
||||||
|
|
Loading…
Reference in a new issue