diff --git a/resources/js/composables/useStations.js b/resources/js/composables/useStations.js index 52efe2c..dcb8f17 100644 --- a/resources/js/composables/useStations.js +++ b/resources/js/composables/useStations.js @@ -7,7 +7,7 @@ export function useStations() { const loading = ref(false) const error = ref(null) - async function search({ postcode, lat, lng, fuelType = 'petrol', radius = 10, sort = 'price' }) { + async function search({ postcode, lat, lng, fuelType = 'e10', radius = 10, sort = 'price' }) { loading.value = true error.value = null stations.value = []