Manage Beneficiary delete Confirm
This commit is contained in:
@@ -60,7 +60,7 @@ void _showDeleteConfirmationDialog(BuildContext context) {
|
||||
TextButton(
|
||||
child: const Text('Delete'),
|
||||
onPressed: () {
|
||||
Navigator.of(context).pop();
|
||||
//Navigator.of(context).pop();
|
||||
_deleteBeneficiary(context);
|
||||
},
|
||||
),
|
||||
|
Reference in New Issue
Block a user