Modulo de rutas #195

Merged
jsegarra merged 49 commits from :feature/route-module into dev 2024-03-14 12:44:43 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3c68f4779f - Show all commits

View File

@ -86,7 +86,7 @@ const onSave = async () => {
<VnInputDate v-model="roadmapStopForm.eta" :label="t('ETA date')" />
</div>
<div class="col">
<VnInputTime v-model="roadmapStopForm.eta" :label="t('ETA date')" />
<VnInputTime v-model="roadmapStopForm.eta" :label="t('ETA time')" />
jsegarra marked this conversation as resolved Outdated

Es inputTime pero la label apunta a date

Es inputTime pero la label apunta a date

Corregido 3c68f4779f.

Corregido 3c68f4779f04a3c7208821708e18fdeb7bb43058.
</div>
</QCardSection>
<QCardSection class="card-section q-px-none">