Unverified Commit 7e2bd277 authored by davelopez's avatar davelopez
Browse files

Fix message input type for notifications

Otherwise, is not possible to use line breaks in the message which are supported by the API with full markdown support.
parent f33c5a4c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -153,7 +153,8 @@ async function sendNewNotification() {
                :optional="false"
                help="The message can be written in markdown."
                placeholder="Enter message"
                required />
                required
                area />

            <FormElement
                id="notification-variant"