rename artifacts tab to diagnostics (#420)

This commit is contained in:
Salih Altun
2024-06-05 19:29:55 +03:00
committed by GitHub
parent 761851a341
commit cf3fb71012
2 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ const router = createBrowserRouter([
element: <TaskParameters />,
},
{
path: "artifacts",
path: "diagnostics",
element: <StepArtifactsLayout />,
},
],