Merge pull request #17966 from davelopez/23.2_fix_message_notification_input

[23.2] Fix message input type for notifications in admin panel
This commit is contained in:
Dannon
2024-04-11 11:01:31 -04:00
committed by GitHub
@@ -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"