mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 11:27:46 +01:00
refac
This commit is contained in:
@@ -1238,7 +1238,7 @@
|
||||
</Tooltip>
|
||||
{/if}
|
||||
|
||||
{#if taskIds && taskIds.length > 0}
|
||||
{#if (taskIds && taskIds.length > 0) || (history.currentId && history.messages[history.currentId]?.done != true)}
|
||||
<div class=" flex items-center">
|
||||
<Tooltip content={$i18n.t('Stop')}>
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user