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