mirror of
https://github.com/suitenumerique/messages.git
synced 2026-09-26 11:44:55 +02:00
🐛(frontend) draftBody can be null
There was an error in the openapi schema and we are not aware that message.draftBody could be null so when it was the case, the frontend throws an error when rendering the `MessageForm` component.
This commit is contained in:
committed by
Jean-Baptiste PENRATH
parent
f68925b8bd
commit
d0b2a66f08
@@ -4696,6 +4696,7 @@
|
||||
},
|
||||
"draftBody": {
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
"readOnly": true
|
||||
},
|
||||
"attachments": {
|
||||
|
||||
Reference in New Issue
Block a user