|
|
|
@ -220,7 +220,7 @@ class _RequestGasRefillState extends State<RequestGasRefill> {
|
|
|
|
SingleItemDropDownMenu<Lookup, GasStatusProvider>(
|
|
|
|
SingleItemDropDownMenu<Lookup, GasStatusProvider>(
|
|
|
|
context: context,
|
|
|
|
context: context,
|
|
|
|
title: context.translation.reportStatus,
|
|
|
|
title: context.translation.reportStatus,
|
|
|
|
initialValue: widget.gasRefillModel.status,
|
|
|
|
initialValue: _formModel.status,
|
|
|
|
onSelect: (value) {
|
|
|
|
onSelect: (value) {
|
|
|
|
_formModel.status = value;
|
|
|
|
_formModel.status = value;
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|