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
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 0 additions and 2 deletions

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,