mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
fix: missing icons & translations
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user