Преглед изворни кода

reducao minimo da contratacao para testes em producao (reverter no futuro)

Gustavo Zanatta пре 3 недеља
родитељ
комит
0dc7787428
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/pages/schedules/SobMedidaPage.vue

+ 2 - 2
src/pages/schedules/SobMedidaPage.vue

@@ -202,12 +202,12 @@ const selectedDate = ref(null)
 const quantity = ref(1)
 
 const PRICE_LIMITS = Object.freeze({
-  min: 100,
+  min: 3,
   max: 500
 })
 
 const priceRange = ref({
-  min: 150,
+  min: 3,
   max: 300
 })