Update: 2026-06-26 17:29:23
This commit is contained in:
@@ -65,7 +65,7 @@ class DriverCarController extends GetxController {
|
||||
|
||||
fetchCatrsForDrivers();
|
||||
} else {
|
||||
mySnackeBarError('');
|
||||
mySnackbarError('');
|
||||
}
|
||||
}
|
||||
|
||||
@@ -84,7 +84,7 @@ class DriverCarController extends GetxController {
|
||||
if (response != 'failure') {
|
||||
mySnackbarSuccess('Updated'.tr);
|
||||
} else {
|
||||
mySnackeBarError('Not updated'.tr);
|
||||
mySnackbarError('Not updated'.tr);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user