Skip to content

Commit

Permalink
Update option separator
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed Aug 18, 2021
1 parent d80ce24 commit ddeb395
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ddeb395

Please sign in to comment.