We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83808a commit e42f3c4Copy full SHA for e42f3c4
client/src/components/History/Export/HistoryExport.vue
@@ -292,6 +292,7 @@ const breadcrumbItems = computed(() => [
292
:records="previousExportRecords"
293
class="mt-3"
294
@onDownload="downloadFromRecord"
295
+ @onCopyDownloadLink="copyDownloadLinkFromRecord"
296
@onReimport="reimportFromRecord" />
297
</GModal>
298
</div>
0 commit comments