Skip to content

Commit

Permalink
Fixed broken staffing request view link.
Browse files Browse the repository at this point in the history
  • Loading branch information
beabravedude committed Jan 27, 2025
1 parent 5e89b1b commit 9065269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/StaffingRequest/StaffingRequestTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function StaffingRequestTable() {
<GridActionsCellItem
icon={<Visibility/>}
label="View Staffing Request"
onClick={() => router.push(`/admin/staffing-requests/${params.row.id}`)}
onClick={() => router.push(`/events/admin/staffing-requests/${params.row.id}`)}
/>
</Tooltip>,
],
Expand Down

0 comments on commit 9065269

Please sign in to comment.