Skip to content

Commit bab0f21

Browse files
committed
small upload change
1 parent ae14c03 commit bab0f21

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)