|
@@ -20,7 +20,7 @@ export function DetailPageButton({
|
|
|
}
|
|
}
|
|
|
return (
|
|
return (
|
|
|
<Button asChild variant="ghost" disabled={disabled}>
|
|
<Button asChild variant="ghost" disabled={disabled}>
|
|
|
- <Link to={href ?? `./${id}`} search={search ?? {}}>
|
|
|
|
|
|
|
+ <Link to={href ?? `./${id}`} search={search ?? {}} preload={false}>
|
|
|
{label}
|
|
{label}
|
|
|
{!disabled && <ChevronRight className="h-3 w-3 text-muted-foreground" />}
|
|
{!disabled && <ChevronRight className="h-3 w-3 text-muted-foreground" />}
|
|
|
</Link>
|
|
</Link>
|