mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 19:37:47 +01:00
refac
This commit is contained in:
@@ -793,7 +793,12 @@
|
||||
updateFileContentHandler();
|
||||
}}
|
||||
>
|
||||
{isSaving ? $i18n.t('Running...') : $i18n.t('Save')}
|
||||
{$i18n.t('Save')}
|
||||
{#if isSaving}
|
||||
<div class="ml-2 self-center">
|
||||
<Spinner />
|
||||
</div>
|
||||
{/if}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
@@ -851,7 +856,12 @@
|
||||
updateFileContentHandler();
|
||||
}}
|
||||
>
|
||||
{isSaving ? $i18n.t('Running...') : $i18n.t('Save')}
|
||||
{$i18n.t('Save')}
|
||||
{#if isSaving}
|
||||
<div class="ml-2 self-center">
|
||||
<Spinner />
|
||||
</div>
|
||||
{/if}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user