🐛(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:
jbpenrath
2025-08-06 10:12:36 +02:00
committed by Jean-Baptiste PENRATH
parent f68925b8bd
commit d0b2a66f08
4 changed files with 5 additions and 3 deletions
+1
View File
@@ -4696,6 +4696,7 @@
},
"draftBody": {
"type": "string",
"nullable": true,
"readOnly": true
},
"attachments": {