fix: Regenerate
This commit is contained in:
parent
82975a1f2d
commit
33356f36e4
|
|
@ -71,7 +71,7 @@
|
|||
{/if}
|
||||
|
||||
{#if role === 'assistant' && onRegenerate}
|
||||
<ActionButton icon={RefreshCw} tooltip="Regenerate" onclick={onRegenerate} />
|
||||
<ActionButton icon={RefreshCw} tooltip="Regenerate" onclick={() => onRegenerate()} />
|
||||
{/if}
|
||||
|
||||
{#if role === 'assistant' && onContinue}
|
||||
|
|
|
|||
Loading…
Reference in New Issue