Unverified Commit 0c775a00 authored by Dannon's avatar Dannon Committed by GitHub
Browse files

Merge pull request #17966 from davelopez/23.2_fix_message_notification_input

[23.2] Fix message input type for notifications in admin panel
parents f33c5a4c 7e2bd277
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"