7525-devToTest #419

Merged
alexm merged 177 commits from 7525-devToTest into test 2024-06-04 08:06:27 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit e4ebf4c4db - Show all commits

View File

@ -28,7 +28,7 @@ const defaultInitialData = {
workerFk: null,
isOk: false,
};
const maxDistance = ref(null);
const maxDistance = ref();
const workerList = ref([]);
const agencyList = ref([]);
const vehicleList = ref([]);
@ -232,5 +232,5 @@ es:
Description: Descripción
Is served: Se ha servido
Created: Creado
Distance must be lesser than 4000: La distancia debe ser inferior a 4000
Distance must be lesser than {maxDistance}: La distancia debe ser inferior a {maxDistance}
</i18n>