Skip to content

Commit 2cd1565

Browse files
authored
Merge pull request #51 from KNowledgeOnWebScale/EDC_active
small upload change
2 parents 6f3e161 + bab0f21 commit 2cd1565

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/PodUpload.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ export default {
350350
this.filesUploaded = await handleFiles(
351351
this.files,
352352
this.uploadPath,
353-
this.selectedPodUrl()
353+
this.selectedPodUrl
354354
);
355355
this.uploadSuccessful = uploadSuccess(this.filesUploaded);
356356
this.uploading = false;

0 commit comments

Comments
 (0)