feat(dashboard): Setup workflows in V2 routes (#6939)

This commit is contained in:
Kasper Fabricius Kristensen
2024-04-04 21:27:48 +02:00
committed by GitHub
parent 20e8df914e
commit 849010d875
33 changed files with 205 additions and 150 deletions

View File

@@ -68,8 +68,8 @@ const useDeveloperRoutes = (): NavItemProps[] => {
to: "/settings/api-key-management",
},
{
label: t("executions.domain"),
to: "/settings/executions",
label: t("workflowExecutions.domain"),
to: "/settings/workflows",
},
],
[t]