Update app/client/components/snapshots-table.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
068f9d88b3
commit
9caccc969c
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ export const SnapshotsTable = ({ snapshots, repositoryName, backups }: Props) =>
|
||||||
<Server className="h-4 w-4 text-muted-foreground" />
|
<Server className="h-4 w-4 text-muted-foreground" />
|
||||||
{backup ? (
|
{backup ? (
|
||||||
<Link
|
<Link
|
||||||
to={`/volumes/${backup.volume.id}`}
|
to={`/volumes/${backup.volume.name}`}
|
||||||
onClick={(e) => e.stopPropagation()}
|
onClick={(e) => e.stopPropagation()}
|
||||||
className="text-sm hover:underline"
|
className="text-sm hover:underline"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue