mirror of
https://github.com/spliit-app/spliit.git
synced 2026-03-07 12:56:12 +01:00
Disable prefetch on export link
This commit is contained in:
@@ -41,6 +41,7 @@ export default async function GroupExpensesPage({
|
|||||||
<CardHeader className="p-4 sm:p-6 flex flex-row space-y-0 gap-2">
|
<CardHeader className="p-4 sm:p-6 flex flex-row space-y-0 gap-2">
|
||||||
<Button variant="secondary" size="icon" asChild>
|
<Button variant="secondary" size="icon" asChild>
|
||||||
<Link
|
<Link
|
||||||
|
prefetch={false}
|
||||||
href={`/groups/${groupId}/expenses/export/json`}
|
href={`/groups/${groupId}/expenses/export/json`}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user