From cb934145a6119600c89ac6814d7140ba562e4c59 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 11 Aug 2023 00:10:23 +0930 Subject: [PATCH] feat(NodeRED): enable projects !1 --- includes/data/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/data/settings.js b/includes/data/settings.js index 7a5ca82..5b87f4a 100644 --- a/includes/data/settings.js +++ b/includes/data/settings.js @@ -390,7 +390,7 @@ module.exports = { projects: { /** To enable the Projects feature, set this value to true */ - enabled: false, + enabled: true, workflow: { /** Set the default projects workflow mode. * - manual - you must manually commit changes