Skip to content

Commit e42f3c4

Browse files
committed
Fix copy export download link for old exports
The copy event handler was missing.
1 parent c83808a commit e42f3c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/components/History/Export/HistoryExport.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ const breadcrumbItems = computed(() => [
292292
:records="previousExportRecords"
293293
class="mt-3"
294294
@onDownload="downloadFromRecord"
295+
@onCopyDownloadLink="copyDownloadLinkFromRecord"
295296
@onReimport="reimportFromRecord" />
296297
</GModal>
297298
</div>

0 commit comments

Comments
 (0)