Skip to content

Commit

Permalink
Merge pull request #17091 from davelopez/fix_admin_notification_messa…
Browse files Browse the repository at this point in the history
…ge_input

Make notification message input multi-line
  • Loading branch information
martenson authored Nov 28, 2023
2 parents 4cad7e7 + 867882e commit c36d001
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 c36d001

Please sign in to comment.