mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-13 05:47:31 -08:00
fix error view
This commit is contained in:
parent
1057616fb9
commit
f42db21b35
|
@ -83,7 +83,7 @@
|
|||
<n8n-text v-else>{{ $locale.baseText('node.output.runNodeHint') }}</n8n-text>
|
||||
</div>
|
||||
|
||||
<div v-else-if="hasNodeRun && hasRunError">
|
||||
<div v-else-if="hasNodeRun && hasRunError" :class="$style.dataDisplay">
|
||||
<NodeErrorView :error="workflowRunData[node.name][runIndex].error" />
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue