mirror of
https://github.com/fosrl/pangolin.git
synced 2026-09-15 15:19:51 +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"
|
className="inline-flex items-center gap-1.5"
|
||||||
>
|
>
|
||||||
<Link
|
<Link
|
||||||
href={`/${orgId}/settings/resources/${redirect.resourceNiceId}`}
|
href={`/${orgId}/settings/resources/public/${redirect.resourceNiceId}`}
|
||||||
>
|
>
|
||||||
<WaypointsIcon className="size-3 text-muted-foreground" />
|
<WaypointsIcon className="size-3 text-muted-foreground" />
|
||||||
{redirect.resourceName}
|
{redirect.resourceName}
|
||||||
|
|||||||
Reference in New Issue
Block a user