PR feedback changes
This commit is contained in:
parent
8741c5a999
commit
8f3f03ef7d
|
@ -116,8 +116,7 @@
|
|||
disableWrapping: true,
|
||||
})
|
||||
$: editingJs = codeMode === EditorModes.JS
|
||||
$: requiredProperties =
|
||||
block.schema[isTestModal ? "outputs" : "inputs"].required || []
|
||||
$: requiredProperties = isTestModal ? [] : block.schema["inputs"].required
|
||||
|
||||
$: stepCompletions =
|
||||
codeMode === EditorModes.Handlebars
|
||||
|
|
|
@ -97,7 +97,6 @@
|
|||
delete editableFields[column]
|
||||
}
|
||||
}
|
||||
editableFields = editableFields
|
||||
}
|
||||
|
||||
// Go through the table schema and build out the editable content
|
||||
|
@ -133,7 +132,7 @@
|
|||
[key]: emptyField,
|
||||
}
|
||||
} else {
|
||||
// Purge from the update as it's presence is not necessary.
|
||||
// Purge from the update as its presence is not necessary.
|
||||
delete editableRow[key]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -277,7 +277,7 @@
|
|||
}
|
||||
|
||||
.field-wrap.json-field {
|
||||
height: 80px;
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
.field-wrap {
|
||||
|
|
Loading…
Reference in New Issue