self review 2

This commit is contained in:
Charlie Kolb 2024-11-11 09:43:55 +01:00
parent d5a6e6c3c2
commit 4dd7e952aa
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -384,7 +384,7 @@ const shouldShowWarning = computed(() => {
<RunDataAi :node="node" :run-index="runIndex" :workflow="workflow" />
</template>
<template v-if="shouldShowWarning" #table-user-info>
<template v-if="shouldShowWarning" #panel-callout-info>
<div :class="$style.noToolsUsedAlert" data-test-id="no-tools-used-callout">
<N8nCallout theme="secondary">
{{ i18n.baseText('ndv.output.noToolUsedInfo') }}

View file

@ -1357,7 +1357,7 @@ defineExpose({ enterEditMode });
</N8nCallout>
<div v-if="hasNodeRun">
<slot name="table-user-info"></slot>
<slot name="panel-callout-info"></slot>
</div>
<div
v-if="maxOutputIndex > 0 && branches.length > 1 && !displaysMultipleNodes"