Closed dangminhduc1101 closed 1 month ago
The editing functionality for /manage/people has not been implemented yet.
/manage/people
develop
npm run dev
src/
npm ci
localhost:3000/manage/people
PATCH
For examples, you can refer to the edit functionality in EditShiftGrid.tsx and route.ts.
Problem
The editing functionality for
/manage/people
has not been implemented yet.Instructions
develop
branch.npm run dev
(if needed, navigate to thesrc/
folder and runnpm ci
), then go tolocalhost:3000/manage/people
.PATCH
requests.Reference Code
For examples, you can refer to the edit functionality in EditShiftGrid.tsx and route.ts.