mirror of
https://github.com/fosrl/pangolin.git
synced 2026-09-14 23:00:26 +02:00
♻️ fix resource id link
This commit is contained in:
@@ -214,7 +214,7 @@ export default function RedirectsTable({
|
||||
className="inline-flex items-center gap-1.5"
|
||||
>
|
||||
<Link
|
||||
href={`/${orgId}/settings/resources/${redirect.resourceNiceId}`}
|
||||
href={`/${orgId}/settings/resources/public/${redirect.resourceNiceId}`}
|
||||
>
|
||||
<WaypointsIcon className="size-3 text-muted-foreground" />
|
||||
{redirect.resourceName}
|
||||
|
||||
Reference in New Issue
Block a user