client/#75 - added back multiline to message

#1671 PR fixed issue that limited of usage of multiline previously
This commit is contained in:
Petr Kalis 2021-06-09 19:03:51 +02:00
parent c9dc9ab69c
commit f6998523ed

View file

@ -88,7 +88,7 @@
},
{
"type": "text",
"multiline": false,
"multiline": true,
"key": "message",
"label": "Message"
}