Skip to content

Commit

Permalink
Change quicksight dashboard path to /admin/quicksight
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein committed Jan 22, 2024
1 parent 1fa3428 commit bd998fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ class CirculationAdmin {
component={DashboardPage}
/>
<Route
path="/admin/web/dashboard/quicksight(/:library)"
component={QuicksightDashboardPage}
path="/admin/web/quicksight(/:library)"
component={QuicksightDashboardPage}
/>
<Route
path="/admin/web/config(/:tab)(/:editOrCreate)(/:identifier)"
Expand Down

0 comments on commit bd998fc

Please sign in to comment.