Skip to content

Commit

Permalink
fix sled instances prefetch
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed Oct 25, 2023
1 parent ba3a383 commit df9a60d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,11 @@ export const routes = createRoutesFromElements(
loader={SledPage.loader}
handle={{ crumb: 'Sleds' }}
>
<Route index element={<Navigate to="instances" replace />} />
<Route
index
element={<Navigate to="instances" replace />}
loader={SledInstancesTab.loader}
/>
<Route
path="instances"
element={<SledInstancesTab />}
Expand Down

0 comments on commit df9a60d

Please sign in to comment.