Skip to content

Commit

Permalink
This should fix not working select on flags page
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrrine committed Jul 13, 2024
1 parent 3f32802 commit 86e2fcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/flags.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<p>Available langagues:</p>

<Select>
<option value="en">Default (English)</option>
<option
v-for="locale in availableLocales"
:value="locale.code"
Expand Down

0 comments on commit 86e2fcf

Please sign in to comment.