removed duplicated suggestion promt line

This commit is contained in:
Diego 2025-12-09 10:45:30 +01:00
parent c9a8da6778
commit 8621445baf

View file

@ -483,11 +483,7 @@
<LangPicker bind:selected={taskConfig.TRANSLATION_LANGUAGES} /> <LangPicker bind:selected={taskConfig.TRANSLATION_LANGUAGES} />
</div> </div>
<div class=" space-y-3"> <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 /> <PromptSuggestions bind:promptSuggestions />
{#if promptSuggestions.length > 0} {#if promptSuggestions.length > 0}