Skip to content

Commit

Permalink
Remove unused library param from quicksight route.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein committed Jan 23, 2024
1 parent 46862ed commit 88a2722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class CirculationAdmin {
component={DashboardPage}
/>
<Route
path="/admin/web/quicksight(/:library)"
path="/admin/web/quicksight"
component={QuicksightDashboardPage}
/>
<Route
Expand Down

0 comments on commit 88a2722

Please sign in to comment.