From 43d3fa92ba09163eae0babf5d644eab68d51f721 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Tue, 26 May 2020 08:39:52 +0530 Subject: [PATCH] :bug: Fixed #891 --- pages/index.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/index.vue b/pages/index.vue index 79368b24d..8e6750ad9 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1872,6 +1872,14 @@ export default { ) return JSON.stringify(obj, null, 2) } catch (ex) { + console.log(ex) + this.$toast.clear() + this.$toast.error( + "Parameter value must be a string, switch to Raw input for other formats", + { + icon: "error", + } + ) return "invalid" } } else {