Skip to content

Commit 405c3c0

Browse files
committed
fix(CopyDialog): Fix onSubmit action
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 3d79086 commit 405c3c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/CopyDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default {
4040
methods: {
4141
async onSubmit(folderId) {
4242
this.$store.commit(mutations.DISPLAY_COPY_DIALOG, false)
43-
await this.$store.dispatch(actions.NcNcModal, folderId)
43+
await this.$store.dispatch(actions.COPY_SELECTION, folderId)
4444
this.$store.commit(mutations.RESET_SELECTION)
4545
},
4646
onClose() {

0 commit comments

Comments
 (0)