diff --git a/FlowPlugins/CommunityFlowPlugins/tools/checkFlowVariable/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/tools/checkFlowVariable/1.0.0/index.js index 5854242cf..e5b0bdc65 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', },