Skip to content

Commit

Permalink
fix: admin panel user tab link not working
Browse files Browse the repository at this point in the history
  • Loading branch information
HRemonen committed Nov 7, 2024
1 parent c4bd78b commit 09b12cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/pages/Admin/Admin.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const AdminView = () => {
</Box>
<Box>
<RouterTabs indicatorColor="primary" textColor="primary" variant="scrollable" scrollButtons="auto">
<Tab label="Users" element={Link} to="/admin/users" />
<Tab label="Users" component={Link} to="/admin/users" />
<Tab label="Enable courses" component={Link} to="/admin/enable" />
<Tab label="Organisation Access" component={Link} to="/admin/access" />
<Tab label="Norppa feedback" component={Link} to="/admin/feedback" />
Expand Down

0 comments on commit 09b12cf

Please sign in to comment.