Skip to content

Commit

Permalink
build(app): fixed form selection
Browse files Browse the repository at this point in the history
  • Loading branch information
Przemysław Szymański committed May 10, 2024
1 parent 1048a7c commit fefb953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const register = async () => {
<aside class="w-full h-12 rounded-lg py-2 px-4 border-1 border-mid placeholder:text-mid">
<select required v-model="data.category" class="bg-transparent w-full h-full outline-none">
<option disabled :value="undefined">Kategoria</option>
<option :value="Category.OPEN">Open (Bez limitu wieku)</option>
<option disabled :value="Category.OPEN">Open (Bez limitu wieku)</option>
<option :value="Category.SCHOOL">Szkolna (Roczniki 07+)</option>
</select>
</aside>
Expand Down

0 comments on commit fefb953

Please sign in to comment.