Skip to content

Commit

Permalink
Merge pull request #58 from vzdc-artcc/next
Browse files Browse the repository at this point in the history
Fixed broken staffing request view link.
  • Loading branch information
beabravedude authored Jan 27, 2025
2 parents b79cf9e + 9065269 commit 6111be3
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 6111be3

Please sign in to comment.