mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
Merge pull request #17779 from silentoplayz/fix-set-as-default
fix: 'Set as default' click position
This commit is contained in:
commit
5765a87720
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@
|
|||
|
||||
{#if showSetDefault}
|
||||
<div
|
||||
class="absolute text-left mt-[1px] ml-1 text-[0.7rem] text-gray-600 dark:text-gray-400 font-primary"
|
||||
class="relative text-left mt-[1px] ml-1 text-[0.7rem] text-gray-600 dark:text-gray-400 font-primary"
|
||||
>
|
||||
<button on:click={saveDefaultModel}> {$i18n.t('Set as default')}</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue