Skip to content

Commit

Permalink
fixed the redirection in organisation
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Jan 31, 2025
1 parent fd9f145 commit 319cbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Organization/OrganizationFacilities.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export default function OrganizationFacilities({
asChild
>
<Link
href={`/facility/${facility.id}/overview`}
href={`/facility/${facility.id}/settings/general`}
className="text-sm w-full hover:underline"
>
{t("view_facility")}
Expand Down

0 comments on commit 319cbb9

Please sign in to comment.