Fix linting error from merge

This commit is contained in:
Nick O'Leary
2022-04-28 11:17:32 +01:00
parent 5de078dc61
commit bd626899df

View File

@@ -562,8 +562,6 @@
expressionEditor = RED.editor.createEditor({
id: 'node-input-json',
value: "",
mode:"ace/mode/json",
value: value||"",
mode:"ace/mode/json",
readOnly: !!options.readOnly,