From 30ed0423618cb34dbff43ce1532ef2ad407af1ba Mon Sep 17 00:00:00 2001 From: Mutasem Date: Fri, 6 Aug 2021 12:37:06 +0200 Subject: [PATCH] clean up impl --- packages/editor-ui/src/components/Error/NodeViewError.vue | 4 ++-- packages/editor-ui/src/views/NodeView.vue | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/packages/editor-ui/src/components/Error/NodeViewError.vue b/packages/editor-ui/src/components/Error/NodeViewError.vue index 9b721eaecf..2f0243f3d9 100644 --- a/packages/editor-ui/src/components/Error/NodeViewError.vue +++ b/packages/editor-ui/src/components/Error/NodeViewError.vue @@ -37,8 +37,8 @@ Data below may contain sensitive information. Proceed with caution when sharing.
-
- +
+
@@ -201,8 +200,6 @@ export default mixins( NodeCreator, NodeSettings, RunData, - // N8nButton, - // N8nIcon, }, errorCaptured: (err, vm, info) => { console.error('errorCaptured'); // eslint-disable-line no-console