chore: format

This commit is contained in:
Timothy J. Baek 2024-11-05 21:10:22 -08:00
parent 926033ba52
commit 60df959875

View File

@ -154,7 +154,9 @@
> >
<Textarea <Textarea
bind:value={taskConfig.TAGS_GENERATION_PROMPT_TEMPLATE} bind:value={taskConfig.TAGS_GENERATION_PROMPT_TEMPLATE}
placeholder={$i18n.t('Leave empty to use the default prompt, or enter a custom prompt')} placeholder={$i18n.t(
'Leave empty to use the default prompt, or enter a custom prompt'
)}
/> />
</Tooltip> </Tooltip>
</div> </div>