change button to cancel appoiintment and update appointment
This commit is contained in:
parent
fb3b938287
commit
265de547b3
1 changed files with 2 additions and 2 deletions
|
|
@ -360,7 +360,7 @@ class _BuildPatientsListState extends State<BuildPatientQueueList> {
|
|||
onTap: () {
|
||||
updateAccessAPICall(index, "cancelled");
|
||||
},
|
||||
buttonText: "Cancel",
|
||||
buttonText: "Cancel Appointment",
|
||||
buttonColor:
|
||||
MzanziInnovationHub.of(context)!.theme.errorColor(),
|
||||
textColor:
|
||||
|
|
@ -374,7 +374,7 @@ class _BuildPatientsListState extends State<BuildPatientQueueList> {
|
|||
onTap: () {
|
||||
updateApointmentAPICall(index);
|
||||
},
|
||||
buttonText: "Update",
|
||||
buttonText: "Update Appointment",
|
||||
buttonColor:
|
||||
MzanziInnovationHub.of(context)!.theme.successColor(),
|
||||
textColor:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue