mirror of
https://github.com/nicotsx/zerobyte.git
synced 2025-12-23 21:47:47 -05:00
Update app/client/components/snapshots-table.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -141,7 +141,7 @@ export const SnapshotsTable = ({ snapshots, repositoryName, backups }: Props) =>
|
||||
<Server className="h-4 w-4 text-muted-foreground" />
|
||||
{backup ? (
|
||||
<Link
|
||||
to={`/volumes/${backup.volume.id}`}
|
||||
to={`/volumes/${backup.volume.name}`}
|
||||
onClick={(e) => e.stopPropagation()}
|
||||
className="text-sm hover:underline"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user