1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

fix: incomplete list of collations, fixes #478

This commit is contained in:
2022-11-18 11:30:10 +01:00
parent 038cf68253
commit 1c1403f586
5 changed files with 7 additions and 2 deletions

View File

@ -103,6 +103,7 @@
<BaseSelect
v-model="localOptions.collation"
:options="workspace.collations"
:max-visible-options="1000"
option-label="collation"
option-track-by="collation"
class="form-select"