Disable prefetch on export link

This commit is contained in:
Sebastien Castiel
2024-01-26 15:50:32 -05:00
parent 2228415323
commit 0647000a77

View File

@@ -41,6 +41,7 @@ export default async function GroupExpensesPage({
<CardHeader className="p-4 sm:p-6 flex flex-row space-y-0 gap-2">
<Button variant="secondary" size="icon" asChild>
<Link
prefetch={false}
href={`/groups/${groupId}/expenses/export/json`}
target="_blank"
>