diff --git a/FlowPlugins/CommunityFlowPlugins/tools/checkFlowVariable/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/tools/checkFlowVariable/1.0.0/index.js index 737604a6d..381a95f3f 100644 --- a/FlowPlugins/CommunityFlowPlugins/tools/checkFlowVariable/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/tools/checkFlowVariable/1.0.0/index.js @@ -27,7 +27,7 @@ var details = function () { return ({ { name: 'condition', type: 'string', - defaultValue: '', + defaultValue: '==', inputUI: { type: 'dropdown', options: [ diff --git a/FlowPluginsTs/CommunityFlowPlugins/tools/checkFlowVariable/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/tools/checkFlowVariable/1.0.0/index.ts index 11a8b7593..f82ed20ce 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/tools/checkFlowVariable/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/tools/checkFlowVariable/1.0.0/index.ts @@ -30,7 +30,7 @@ const details = (): IpluginDetails => ({ { name: 'condition', type: 'string', - defaultValue: '', + defaultValue: '==', inputUI: { type: 'dropdown', options: [