🐛 Fixed #891
This commit is contained in:
parent
d80238d93b
commit
43d3fa92ba
1 changed files with 8 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue