Add button to view exports when exported (#20682)

This commit is contained in:
Nicolas Mowen
2025-10-26 12:11:48 -06:00
committed by GitHub
parent 190925375b
commit 43706eb48d
5 changed files with 22 additions and 2 deletions

View File

@@ -202,6 +202,11 @@ export default function EventView({
t("export.toast.success", { ns: "components/dialog" }),
{
position: "top-center",
action: (
<a href="/export" target="_blank" rel="noopener noreferrer">
<Button>View</Button>
</a>
),
},
);
}