Choose the latest action in timeline (#1435)
This commit is contained in:
@@ -117,6 +117,10 @@ const router = createBrowserRouter([
|
||||
index: true,
|
||||
element: <Navigate to="overview" />,
|
||||
},
|
||||
{
|
||||
path: "blocks",
|
||||
element: <Navigate to="overview" />,
|
||||
},
|
||||
{
|
||||
path: "overview",
|
||||
element: <WorkflowRunOverview />,
|
||||
|
||||
Reference in New Issue
Block a user