From c3cef40d68531fa938d7dba354e0cc6831a34b30 Mon Sep 17 00:00:00 2001 From: Kedryn Date: Fri, 10 Nov 2023 16:43:52 +0100 Subject: [PATCH 1/2] Update index.ts Set the default for the listbox to "==" as per my Discord post --- .../CommunityFlowPlugins/tools/checkFlowVariable/1.0.0/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: [ From a448b8e2269823a52f6a6d42a1680888517583b8 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Sat, 11 Nov 2023 09:39:21 +0000 Subject: [PATCH 2/2] Update default to == --- .../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 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: [