diff --git a/ui/src/App.tsx b/ui/src/App.tsx index 9fd87e4..ed645c1 100644 --- a/ui/src/App.tsx +++ b/ui/src/App.tsx @@ -71,6 +71,14 @@ export const App = () => { } /> + + + + } + /> { }, { name: "Planning", - action: (tabloId: string) => navigate(`/tablo/${tabloId}/planning`), + action: (tabloId: string) => navigate(`/planning/${tabloId}`), }, { name: "Notes",