Skip to content

Commit

Permalink
fix converting boolean value bug of create wot consumer plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
hidetak committed Jun 18, 2024
1 parent 9510253 commit 68b2f02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const DATATYPES = {
},
boolean: {
inputMode: "text",
typeConvert: "String",
typeConvert: "JSON.parse",
},
object: {
inputMode: "textarea",
Expand Down

0 comments on commit 68b2f02

Please sign in to comment.