fixed tank full radio not highlighting when selected
This commit is contained in:
@@ -16,7 +16,7 @@ export default {
|
|||||||
required: true,
|
required: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
data: function() {
|
data: function () {
|
||||||
return {
|
return {
|
||||||
file: null,
|
file: null,
|
||||||
tryingToCreate: false,
|
tryingToCreate: false,
|
||||||
@@ -26,7 +26,7 @@ export default {
|
|||||||
fileHeadings: null,
|
fileHeadings: null,
|
||||||
myVehicles: [],
|
myVehicles: [],
|
||||||
selectedVehicle: null,
|
selectedVehicle: null,
|
||||||
invertFullTank: false,
|
invertFullTank: null,
|
||||||
filledValueString: '',
|
filledValueString: '',
|
||||||
notFilledValueString: '',
|
notFilledValueString: '',
|
||||||
isFullTankString: false,
|
isFullTankString: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user