Unverified Commit e42f3c42 authored by davelopez's avatar davelopez
Browse files

Fix copy export download link for old exports

The copy event handler was missing.
parent c83808ae
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -292,6 +292,7 @@ const breadcrumbItems = computed(() => [
                :records="previousExportRecords"
                class="mt-3"
                @onDownload="downloadFromRecord"
                @onCopyDownloadLink="copyDownloadLinkFromRecord"
                @onReimport="reimportFromRecord" />
        </GModal>
    </div>