resource links from id to niceId

This commit is contained in:
Pallavi
2025-09-16 23:46:21 +05:30
parent fb8f4b95b7
commit 2e8b63553d

View File

@@ -462,7 +462,7 @@ export default function ResourcesTable({
<DropdownMenuContent align="end">
<Link
className="block w-full"
href={`/${resourceRow.orgId}/settings/resources/${resourceRow.id}`}
href={`/${resourceRow.orgId}/settings/resources/${resourceRow.nice}`}
>
<DropdownMenuItem>
{t("viewSettings")}