Merge pull request #3585 from Steve-Mcl/fix-flow-prop-tab

fix error initialising flow tab editor
This commit is contained in:
Stephen McLaughlin 2022-05-05 08:25:15 +01:00 committed by GitHub
commit 851a925956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: ""
});