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 {