do not prefetch
This commit is contained in:
committed by
Carl-Gerhard Lindesvärd
parent
694f5bf622
commit
3a9fcf4915
@@ -47,6 +47,7 @@ export function OverviewShare({ data }: OverviewShareProps) {
|
||||
{data?.public && (
|
||||
<DropdownMenuItem asChild>
|
||||
<Link
|
||||
prefetch={false}
|
||||
href={`${process.env.NEXT_PUBLIC_DASHBOARD_URL}/share/overview/${data.id}`}
|
||||
>
|
||||
<EyeIcon size={16} className="mr-2" />
|
||||
|
||||
Reference in New Issue
Block a user