Skip to content

Commit

Permalink
Make notification message input multi-line
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Nov 28, 2023
1 parent 143d35d commit 867882e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/components/admin/Notifications/BroadcastForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ if (props.id) {
:optional="false"
help="The message can be written in markdown."
placeholder="Enter message"
required />
required
area />

<BFormGroup id="broadcast-action-link-group" label="Action Links" label-for="broadcast-action-link">
<BRow v-for="(actionLink, index) in broadcastData.content.action_links" :key="index" class="my-2">
Expand Down

0 comments on commit 867882e

Please sign in to comment.