fix: missing icons & translations

This commit is contained in:
2025-04-15 16:10:44 +02:00
parent 93e242c0f5
commit 010ab08701
5 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
id="active-trains"
v-model="searchedDriver"
>
<option value="">{{ $t('options.search-driver') }}</option>
<option value="">{{ $t('options.select-driver') }}</option>
<option v-for="driverName in activeDriverNames" :value="driverName">
{{ driverName }}
</option>