mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-02 16:56:39 +00:00
refactor contexts, format zod errors, and more refactoring
This commit is contained in:
@@ -92,7 +92,7 @@ export const columns: ColumnDef<SiteRow>[] = [
|
||||
<DropdownMenuContent align="end">
|
||||
<DropdownMenuItem>
|
||||
<Link
|
||||
href={`/${siteRow.orgId}/settings/sites/${siteRow.id}`}
|
||||
href={`/${siteRow.orgId}/settings/sites/${siteRow.nice}`}
|
||||
>
|
||||
View settings
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user