From 09e14987f02af424480911216d7bb2bd4a3537d3 Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Sun, 6 Jun 2021 14:53:48 -0500 Subject: [PATCH] :bug: Display issue that view crashes with large requests --- .../src/components/Error/NodeViewError.vue | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/packages/editor-ui/src/components/Error/NodeViewError.vue b/packages/editor-ui/src/components/Error/NodeViewError.vue index 2c8cc2f05..ccb553246 100644 --- a/packages/editor-ui/src/components/Error/NodeViewError.vue +++ b/packages/editor-ui/src/components/Error/NodeViewError.vue @@ -37,10 +37,11 @@ Data below may contain sensitive information. Proceed with caution when sharing.
- + + + The exact cause can sadly not displayed right now as the returned data is too large. +
@@ -67,13 +71,14 @@