From 7d51df9e9f2be330f6f27aa49dde71b60957fa20 Mon Sep 17 00:00:00 2001 From: HaveAGitGat Date: Mon, 27 Nov 2023 07:06:14 +0000 Subject: [PATCH] Apply auto-build changes --- .../file/copyMoveFolderContent/1.0.0/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FlowPlugins/CommunityFlowPlugins/file/copyMoveFolderContent/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/file/copyMoveFolderContent/1.0.0/index.js index 63988a1..64593dc 100644 --- a/FlowPlugins/CommunityFlowPlugins/file/copyMoveFolderContent/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/file/copyMoveFolderContent/1.0.0/index.js @@ -62,7 +62,7 @@ var details = function () { return ({ label: 'Source Directory', name: 'sourceDirectory', type: 'string', - defaultValue: 'original', + defaultValue: 'originalDirectory', inputUI: { type: 'dropdown', options: [ @@ -76,7 +76,7 @@ var details = function () { return ({ label: 'Copy or Move', name: 'copyOrMove', type: 'string', - defaultValue: 'original', + defaultValue: 'copy', inputUI: { type: 'dropdown', options: [