🐛 fix paths

This commit is contained in:
Fred KISSIE
2025-12-04 00:51:40 +01:00
parent c695f50122
commit d70da2aa70
5 changed files with 66 additions and 60 deletions

View File

@@ -369,10 +369,10 @@ export default function MachineClientsTable({
</DropdownMenuContent>
</DropdownMenu>
<Link
href={`/${clientRow.orgId}/settings/clients/${clientRow.id}`}
href={`/${clientRow.orgId}/settings/clients/machine/${clientRow.id}`}
>
<Button variant={"outline"}>
Edit
{t("edit")}
<ArrowRight className="ml-2 w-4 h-4" />
</Button>
</Link>