fixed tank full radio not highlighting when selected

This commit is contained in:
Alex H
2023-04-19 20:23:53 -04:00
parent d6eab70ca6
commit d32fd8073d

View File

@@ -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,