fix: Regenerate

This commit is contained in:
Aleksander Grygier 2025-11-26 00:03:17 +01:00
parent 82975a1f2d
commit 33356f36e4
1 changed files with 1 additions and 1 deletions

View File

@ -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}