mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 01:28:08 -04:00
Update option separator
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
0552b6a7dd
commit
3f6586ba03
1 changed files with 3 additions and 1 deletions
|
|
@ -34,7 +34,9 @@
|
|||
:value="commonLanguage.code">
|
||||
{{ commonLanguage.name }}
|
||||
</option>
|
||||
<optgroup label="––––––––––" />
|
||||
<option disabled>
|
||||
──────────
|
||||
</option>
|
||||
<option v-for="otherLanguage in otherLanguages"
|
||||
:key="otherLanguage.code"
|
||||
:selected="language.code === otherLanguage.code"
|
||||
|
|
|
|||
Loading…
Reference in a new issue