Sfoglia il codice sorgente

change default to 6h

Gustavo Zanatta 2 settimane fa
parent
commit
ca26f611e2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/pages/search/SearchPage.vue

+ 1 - 1
src/pages/search/SearchPage.vue

@@ -288,7 +288,7 @@ const $q = useQuasar();
 const activeDate = ref(null);
 const activeSort = ref(null);
 const allProviders = ref([]);
-const currentPeriodType = ref(8);
+const currentPeriodType = ref(6);
 const hasLocation = ref(true);
 const loading = ref(true);
 const searchName = ref("");