Merge pull request #1475 from Pallavikumarimdb/Fix/frontend-resource-niceid

Use niceId for resource URLs to prevent 307 redirects
This commit is contained in:
Owen Schwartz
2025-09-16 12:22:54 -07:00
committed by GitHub

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")}