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, disableWrapping: true,
}) })
$: editingJs = codeMode === EditorModes.JS $: editingJs = codeMode === EditorModes.JS
$: requiredProperties = $: requiredProperties = isTestModal ? [] : block.schema["inputs"].required
block.schema[isTestModal ? "outputs" : "inputs"].required || []
$: stepCompletions = $: stepCompletions =
codeMode === EditorModes.Handlebars codeMode === EditorModes.Handlebars

View File

@ -97,7 +97,6 @@
delete editableFields[column] delete editableFields[column]
} }
} }
editableFields = editableFields
} }
// Go through the table schema and build out the editable content // Go through the table schema and build out the editable content
@ -133,7 +132,7 @@
[key]: emptyField, [key]: emptyField,
} }
} else { } 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] delete editableRow[key]
} }
} }

View File

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