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: [