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,
},
},
data: function() {
data: function () {
return {
file: null,
tryingToCreate: false,
@@ -26,7 +26,7 @@ export default {
fileHeadings: null,
myVehicles: [],
selectedVehicle: null,
invertFullTank: false,
invertFullTank: null,
filledValueString: '',
notFilledValueString: '',
isFullTankString: false,