6820-changeKmroute #395

Merged
carlossa merged 4 commits from 6820-changeKmroute into dev 2024-05-22 13:56:19 +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();
carlossa marked this conversation as resolved Outdated
Outdated
Review

const maxDistance = ref();

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}
carlossa marked this conversation as resolved Outdated
Outdated
Review

Usar una propiedad para no poner el 4000 a pelo

Usar una propiedad para no poner el 4000 a pelo
</i18n>