feat: enable recording checkbox
This commit is contained in:
@ -153,7 +153,7 @@ const router = createBrowserRouter([
|
||||
element: <StreamSummaryPage />,
|
||||
},
|
||||
{
|
||||
path: "/dashboard",
|
||||
path: "/dashboard/:id?",
|
||||
element: (
|
||||
<Suspense>
|
||||
<DashboardPage />
|
||||
|
Reference in New Issue
Block a user