This commit is contained in:
2024-07-02 14:59:14 +02:00
parent af98484cb8
commit 1ca14549fc
@@ -52,7 +52,7 @@ export default function CreateForm({
switch (collection) {
case 'commentaires': {
requestObject = {
text: formattedContent,
contenu: formattedContent,
titre: selectedTitre,
status: 'draft',
}