From c3cef40d68531fa938d7dba354e0cc6831a34b30 Mon Sep 17 00:00:00 2001 From: Kedryn Date: Fri, 10 Nov 2023 16:43:52 +0100 Subject: [PATCH] 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 11a8b75..f82ed20 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: [