Skip to content

Commit

Permalink
feat: add a required indicator to subject field
Browse files Browse the repository at this point in the history
  • Loading branch information
iamejaaz committed Nov 8, 2024
1 parent e933012 commit 0dcfd7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/Modals/AnnouncementModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<div class="">
<div class="mb-1.5 text-sm text-gray-600">
{{ __('Subject') }}
<span class="text-red-500">*</span>
</div>
<Input type="text" v-model="announcement.subject" />
</div>
Expand Down

0 comments on commit 0dcfd7e

Please sign in to comment.