Fix conditional statement in ProomptItem.svelte
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
{/if}
|
{/if}
|
||||||
</SelectInput>
|
</SelectInput>
|
||||||
|
|
||||||
{#if proompt.type === 'plain' || proompt.type === 'jailbreak'}
|
{#if proompt.type === 'plain' || proompt.type === 'jailbreak' || proompt.type === 'cot'}
|
||||||
<span>{language.specialType}</span>
|
<span>{language.specialType}</span>
|
||||||
<SelectInput bind:value={proompt.type2}>
|
<SelectInput bind:value={proompt.type2}>
|
||||||
<OptionInput value="normal">{language.noSpecialType}</OptionInput>
|
<OptionInput value="normal">{language.noSpecialType}</OptionInput>
|
||||||
|
|||||||
Reference in New Issue
Block a user