diff --git a/packages/editor-ui/src/components/RunData.vue b/packages/editor-ui/src/components/RunData.vue
index 5bd74286f2..33acd81156 100644
--- a/packages/editor-ui/src/components/RunData.vue
+++ b/packages/editor-ui/src/components/RunData.vue
@@ -69,115 +69,117 @@
-
-
-
-
{{ $locale.baseText('node.output.executing') }}
-
-
{{ $locale.baseText('node.output.runNodeHint') }}
-
-
-
-
-
-
-
-
-
- {{ $locale.baseText('node.output.tooMuchData.title') }}
-
-
-
-
-
-
-
-
- |
-
-
-
- {{ $locale.baseText('node.output.emptyOutput') }}
- |
-
-
-
-
-
-
-
- {{column}} |
-
-
- {{ [null, undefined].includes(data) ? ' ' : data }} |
-
-
-
-
-
-
-
-
-
- {{ $locale.baseText('runData.noBinaryDataFound') }}
-
-
-
-
-
-
- {{index + 1}}
-
+
+
+
+
+
{{ $locale.baseText('node.output.executing') }}
+
{{ $locale.baseText('node.output.runNodeHint') }}
+
-