policy validation refresh

This commit is contained in:
venbaittech 2025-12-24 18:12:53 +05:30
parent 016a78292b
commit 7e7990d57c
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -878,7 +878,7 @@ class _policyValidationState extends ConsumerState<policyValidation> {
selectedVehicleType = val;
controllers['vehicleType']?.text = val;
// });
setState(() {});
// setState(() {});
print("Selected Vehicle Type: $val");
}
},
@ -983,7 +983,7 @@ class _policyValidationState extends ConsumerState<policyValidation> {
selectedFuelType = val;
controllers['fuelType']?.text = val;
// });
setState(() {});
// setState(() {});
print("Selected Fuel Type: $val");
}
},