diff --git a/front/src/ui/modals/Upload.vue b/front/src/ui/modals/Upload.vue index bfbb8cf2b..058c264e2 100644 --- a/front/src/ui/modals/Upload.vue +++ b/front/src/ui/modals/Upload.vue @@ -77,6 +77,8 @@ const modalTitle = computed(()=> ({ 'selectDestination' : 'Upload', 'uploadFiles' : 'Select files for upload', 'uploadsInProgress': 'Uploading...'} [state.value.page]) ) + +const channelUpload = ref();