From 87d3c2d276b2e14e3380278e062b6e497db90cb6 Mon Sep 17 00:00:00 2001 From: Alan Date: Tue, 30 Apr 2024 09:40:46 +0200 Subject: [PATCH] fix(ui): navigation was broken due to a change in path --- ui/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/App.tsx b/ui/src/App.tsx index b71a0c27..062218a1 100644 --- a/ui/src/App.tsx +++ b/ui/src/App.tsx @@ -32,7 +32,7 @@ const router = createBrowserRouter([ element: , }, { - path: "logs/:layerId?/:runId?", + path: "logs/:namespace/:layerId?/:runId?", element: , }, ],