From 59cdd24cf912a3cab8083ac39d4126f01cd56ea6 Mon Sep 17 00:00:00 2001 From: Mohammed Shah Date: Sun, 30 May 2021 07:08:33 +0100 Subject: [PATCH] fix: config nodes require `node-config-input-{variable}` The current config node template is valid for a normal node. This issue leads to the config node not being able to preserve its state. This fix adds the "-config-" in the middle, allowing the config node to preserve it's state and function correctly. --- utils/templates/config/node-type.html/editor.html.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/templates/config/node-type.html/editor.html.mustache b/utils/templates/config/node-type.html/editor.html.mustache index 8b64eae..5f07b47 100644 --- a/utils/templates/config/node-type.html/editor.html.mustache +++ b/utils/templates/config/node-type.html/editor.html.mustache @@ -1,6 +1,6 @@