mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat: Abort AI builder requests on chat stop (#17854)
This commit is contained in:
@@ -2132,7 +2132,12 @@ onBeforeUnmount(() => {
|
||||
{{ i18n.baseText('readOnlyEnv.cantEditOrRun') }}
|
||||
</N8nCallout>
|
||||
|
||||
<CanvasThinkingPill v-if="builderStore.streaming" :class="$style.thinkingPill" />
|
||||
<CanvasThinkingPill
|
||||
v-if="builderStore.streaming"
|
||||
:class="$style.thinkingPill"
|
||||
show-stop
|
||||
@stop="builderStore.stopStreaming"
|
||||
/>
|
||||
|
||||
<Suspense>
|
||||
<LazyNodeCreation
|
||||
|
||||
Reference in New Issue
Block a user