diff --git a/src/App.vue b/src/App.vue index 75cecaa..8d2982f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -377,6 +377,7 @@ const currentExportedQrCodeIndex = ref(null) const resetBatchExportProgress = () => { isExportingBatchQRs.value = false currentExportedQrCodeIndex.value = null + usedFilenames.clear() } const resetData = () => {