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 17, 2021
1 parent 40ef0b8 commit aedafd3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
:value="commonLanguage.code">
{{ commonLanguage.name }}
</option>
<optgroup label="––––––––––" />
<option disabled>
──────────
</option>
<option v-for="otherLanguage in otherLanguages"
:key="otherLanguage.code"
:value="otherLanguage.code">
Expand Down

0 comments on commit aedafd3

Please sign in to comment.