fix error initialising flow tab editor

fixes #3577
This commit is contained in:
Steve-Mcl 2022-05-04 15:16:35 +01:00
parent 55ecc7a92c
commit bf8bfa582a
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@
this.tabflowEditor = RED.editor.createEditor({
id: 'node-input-info',
mode: 'ace/mode/markdown',
stateId: options.stateId,
value: ""
});