From a94a8006b317523690a1812954ecbd333ad4610d Mon Sep 17 00:00:00 2001 From: HaveAGitGat Date: Mon, 20 May 2024 08:55:56 +0000 Subject: [PATCH] Apply auto-build changes --- .../CommunityFlowPlugins/tools/checkFlowVariable/1.0.0/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlowPlugins/CommunityFlowPlugins/tools/checkFlowVariable/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/tools/checkFlowVariable/1.0.0/index.js index 5854242..e5b0bdc 100644 --- a/FlowPlugins/CommunityFlowPlugins/tools/checkFlowVariable/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/tools/checkFlowVariable/1.0.0/index.js @@ -19,7 +19,7 @@ var details = function () { return ({ label: 'Variable', name: 'variable', type: 'string', - defaultValue: '{{{args.librarySettings._id}}}', + defaultValue: '', inputUI: { type: 'text', },