PR feedback changes

This commit is contained in:
Dean 2024-07-03 16:33:01 +01:00
parent 8741c5a999
commit 8f3f03ef7d
3 changed files with 3 additions and 5 deletions

View File

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

View File

@ -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]
}
}

View File

@ -277,7 +277,7 @@
}
.field-wrap.json-field {
height: 80px;
height: 120px;
}
.field-wrap {