mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user