feat: enable recording checkbox

This commit is contained in:
2024-05-27 14:50:59 +01:00
parent 6457fe14a0
commit e2c34cef01
5 changed files with 21 additions and 5 deletions

View File

@ -153,7 +153,7 @@ const router = createBrowserRouter([
element: <StreamSummaryPage />,
},
{
path: "/dashboard",
path: "/dashboard/:id?",
element: (
<Suspense>
<DashboardPage />