Skip to content

Commit

Permalink
fix(ui): navigation was broken due to a change in path
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-pad committed Apr 30, 2024
1 parent 7e21b77 commit 87d3c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const router = createBrowserRouter([
element: <Pulls />,
},
{
path: "logs/:layerId?/:runId?",
path: "logs/:namespace/:layerId?/:runId?",
element: <Logs />,
},
],
Expand Down

0 comments on commit 87d3c2d

Please sign in to comment.