Fix indents in other code except message catalog

This commit is contained in:
Kazuhito Yokoi
2022-05-22 11:18:40 +09:00
parent 6c15fb6978
commit dda84c5cd5
3 changed files with 74 additions and 74 deletions

View File

@@ -499,7 +499,7 @@
types:['msg', fullType, "jsonata"],
typeField: $("#node-input-targetType")
});
if (this.targetType === "jsonata") {
if (this.targetType === "jsonata") {
var property = this.complete || "";
$("#node-input-typed-complete").typedInput('type','jsonata');
$("#node-input-typed-complete").typedInput('value',property);