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

@ -39,6 +39,7 @@
v-model="database.collation"
class="form-select"
:options="collations"
:max-visible-options="1000"
option-label="collation"
option-track-by="collation"
/>
@ -142,7 +143,7 @@ onBeforeUnmount(() => {
});
</script>
<style scoped>
<style scoped lang="scss">
.modal-container {
max-width: 360px;
}