Skip to content

Commit

Permalink
Remove for="releasenotes" in upload UI
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusefendi52 committed Dec 5, 2024
1 parent 4143051 commit fa44d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/AppFileUpload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Textarea rows="4" id="releasenotes" v-model="releaseNotes" aria-describedby="releasenotes-help" />
</div>
<div class="flex flex-col gap-2">
<label for="releasenotes">Groups</label>
<label>Groups</label>
<MultiSelect v-model="selectedGroup" display="chip" :options="groups" optionLabel="name"
placeholder="Select Groups" filter />
</div>
Expand Down

0 comments on commit fa44d4a

Please sign in to comment.