Unverified Commit ac1a71a1 authored by Marius van den Beek's avatar Marius van den Beek Committed by GitHub
Browse files

Merge pull request #21094 from davelopez/25.1_fix_history_copy_link_old_exports

[25.1] Fix copy export download link for old exports
parents c83808ae e42f3c42
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>