Merge pull request #127 from yaso-meth/QOL--Remove-delete-patient-feature

remove delete patient
This commit is contained in:
yaso-meth 2025-04-02 09:02:46 +02:00 committed by GitHub
commit a1e19fee63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -384,14 +384,14 @@ class _EditPatientState extends State<EditPatient> {
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
),
),
IconButton(
icon: const Icon(Icons.delete),
color: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
//alignment: Alignment.topRight,
onPressed: () {
deletePatientPopUp();
},
),
// IconButton(
// icon: const Icon(Icons.delete),
// color: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
// //alignment: Alignment.topRight,
// onPressed: () {
// deletePatientPopUp();
// },
// ),
],
),
Divider(