diff --git a/apps/files/src/services/DropServiceUtils.ts b/apps/files/src/services/DropServiceUtils.ts index f10a09cfe27..bf6d93dae06 100644 --- a/apps/files/src/services/DropServiceUtils.ts +++ b/apps/files/src/services/DropServiceUtils.ts @@ -158,7 +158,7 @@ export const resolveConflict = async (files: logger.debug('Conflict resolution', { uploads, selected, renamed }) // If the user selected nothing, we cancel the upload - if (selected.length === 0 && renamed.length === 0) { + if (selected.length === 0 && renamed.length === 0 && uploads.length === 0) { // User skipped showInfo(t('files', 'Conflicts resolution skipped')) logger.info('User skipped the conflict resolution')