Apply 1 suggestion(s) to 1 file(s)

1930-first-upload-in-a-batch-always-fails
Kasper Seweryn 2022-11-26 23:19:47 +00:00
rodzic c2f351ea6b
commit 14c784e06d
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -29,8 +29,7 @@ const statusInfo = computed(() => {
}
if (statusData.value.totalFiles) {
const msg = t('components.channels.UploadModal.meta.files', { count: statusData.value.totalFiles })
info.push(msg)
info.push(t('components.channels.UploadModal.meta.files', { count: statusData.value.totalFiles }))
}
if (statusData.value.progress) {