DOWINN-INTERN / employee-record-system-frontend

🤖 A simple and responsive application for managing employee records, built with React, TypeScript, and Tailwind CSS. It lets you easily add, view, and update employee information.
MIT License
1 stars 0 forks source link

Branch - Card Component - Edit Button Functions (Not in Higher Order) #27

Open wndrflgrc opened 1 month ago

wndrflgrc commented 1 month ago

State used for opening and closing modal https://github.com/DOWINN-INTERN/employee-record-system-frontend/blob/ed087a380ff53f6b7a76fd1a6cd4ad9b3e44144f/main/src/pages/Organization/Branch/CardBranchButton.tsx#L10 This state is just for initializing the fields https://github.com/DOWINN-INTERN/employee-record-system-frontend/blob/ed087a380ff53f6b7a76fd1a6cd4ad9b3e44144f/main/src/pages/Organization/Branch/CardBranchButton.tsx#L12-L17 The functions for opening and closing the modal https://github.com/DOWINN-INTERN/employee-record-system-frontend/blob/ed087a380ff53f6b7a76fd1a6cd4ad9b3e44144f/main/src/pages/Organization/Branch/CardBranchButton.tsx#L19-L25