remove delete patient
This commit is contained in:
parent
7280a18bdf
commit
4288a46063
1 changed files with 8 additions and 8 deletions
|
|
@ -384,14 +384,14 @@ class _EditPatientState extends State<EditPatient> {
|
||||||
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
IconButton(
|
// IconButton(
|
||||||
icon: const Icon(Icons.delete),
|
// icon: const Icon(Icons.delete),
|
||||||
color: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
// color: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||||
//alignment: Alignment.topRight,
|
// //alignment: Alignment.topRight,
|
||||||
onPressed: () {
|
// onPressed: () {
|
||||||
deletePatientPopUp();
|
// deletePatientPopUp();
|
||||||
},
|
// },
|
||||||
),
|
// ),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
Divider(
|
Divider(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue