forked from open-webui/open-webui
refac: settings save
This commit is contained in:
parent
c6667510c4
commit
8a08ba0791
7 changed files with 14 additions and 36 deletions
|
@ -262,7 +262,7 @@
|
|||
|
||||
<div class="flex justify-end pt-3 text-sm font-medium">
|
||||
<button
|
||||
class=" px-4 py-2 bg-emerald-600 hover:bg-emerald-700 text-gray-100 transition rounded"
|
||||
class=" px-4 py-2 bg-emerald-700 hover:bg-emerald-800 text-gray-100 transition rounded-lg"
|
||||
on:click={() => {
|
||||
saveSettings({
|
||||
system: system !== '' ? system : undefined,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue