We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5299fa9 commit 2ccc8c9Copy full SHA for 2ccc8c9
client/src/App.tsx
@@ -165,9 +165,13 @@ const App = () => {
165
path="/ViewClient/:id"
166
element={<ProtectedRoute element={<ViewPage />} allowedRoles={['admin', 'user']} />}
167
/>
168
- <Route
+ {/* <Route
169
path="/casemanager"
170
element={<ProtectedRoute element={<CaseManager />} allowedRoles={['admin', 'user']} />}
171
+ /> */}
172
+ <Route
173
+ path="/casemanager"
174
+ element={<CaseManager/>}
175
176
<Route
177
path="/random-client-survey"
0 commit comments