This commit is contained in:
Liyas Thomas
2020-05-26 08:39:52 +05:30
parent d80238d93b
commit 43d3fa92ba

View File

@@ -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 {