mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
removed duplicated suggestion promt line
This commit is contained in:
parent
c9a8da6778
commit
8621445baf
1 changed files with 1 additions and 5 deletions
|
|
@ -483,11 +483,7 @@
|
|||
<LangPicker bind:selected={taskConfig.TRANSLATION_LANGUAGES} />
|
||||
</div>
|
||||
<div class=" space-y-3">
|
||||
<div class="flex w-full justify-between mb-2">
|
||||
<div class=" self-center text-xs">
|
||||
{$i18n.t('Default Prompt Suggestions')}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<PromptSuggestions bind:promptSuggestions />
|
||||
|
||||
{#if promptSuggestions.length > 0}
|
||||
|
|
|
|||
Loading…
Reference in a new issue