From 778892ba1662d7107b4ae72632c776fd1596c06a Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Mon, 27 Nov 2023 07:03:23 +0000 Subject: [PATCH] Fix defaults --- .../file/copyMoveFolderContent/1.0.0/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FlowPluginsTs/CommunityFlowPlugins/file/copyMoveFolderContent/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/file/copyMoveFolderContent/1.0.0/index.ts index 45c7de8..5463d7b 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/file/copyMoveFolderContent/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/file/copyMoveFolderContent/1.0.0/index.ts @@ -30,7 +30,7 @@ Useful if, for example, you want to move things like subtitle files or cover art label: 'Source Directory', name: 'sourceDirectory', type: 'string', - defaultValue: 'original', + defaultValue: 'originalDirectory', inputUI: { type: 'dropdown', options: [ @@ -44,7 +44,7 @@ Useful if, for example, you want to move things like subtitle files or cover art label: 'Copy or Move', name: 'copyOrMove', type: 'string', - defaultValue: 'original', + defaultValue: 'copy', inputUI: { type: 'dropdown', options: [