6/9/1
This commit is contained in:
@@ -68,8 +68,8 @@ class ProfileController extends GetxController {
|
||||
),
|
||||
MyElevatedButton(
|
||||
title: 'Update'.tr,
|
||||
onPressed: () {
|
||||
updateColumn({
|
||||
onPressed: () async {
|
||||
await updateColumn({
|
||||
'id': box.read(BoxName.passengerID),
|
||||
columnName: txtController.text,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user