Skip to content

Commit e35b5dd

Browse files
avemuri2MatthewCCChangsrukelman
authored
Almost Finished Admin Client Forms (#145)
* first commit * got initial screener table working * success story and initial screener tables done * deleted some files and names * Created the Exit Survey table w/ filtering and searching * finished all the tables -- still couple things to work out * Complete download and delete functionality --------- Co-authored-by: MatthewCCChang <deadwalker1228@gmail.com> Co-authored-by: Sean Kelman <seanrkelman@gmail.com>
1 parent a758896 commit e35b5dd

21 files changed

+3948
-15
lines changed

client/src/App.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ import UserSettings from "./components/userSettings/UserSettings";
4545
import VolunteersPage from "./components/volunteersPage/VolunteersPage";
4646
import { InitialScreenerTable } from "./components/initialScreener/initialScreenerTable";
4747
import CommentForm from "./components/initialScreener/commentForm";
48+
import {AdminFormsHub} from "./components/adminClientForms/AdminFormsHub"
4849
import { Playground } from "./themes/play";
4950

5051
const App = () => {
@@ -158,7 +159,7 @@ const App = () => {
158159
/>
159160
<Route
160161
path = "/admin-client-forms"
161-
element = {<ProtectedRoute element={<FormsHub admin />} allowedRoles={["admin"]}/>}
162+
element = {<ProtectedRoute element={<AdminFormsHub/>} allowedRoles={["admin"]}/>}
162163
/>
163164
<Route
164165
path="/ViewClient/:id"

0 commit comments

Comments
 (0)