diff --git a/components/konstitisyon/create/handle-create.js b/components/konstitisyon/create/handle-create.js index fd68999..792f36c 100644 --- a/components/konstitisyon/create/handle-create.js +++ b/components/konstitisyon/create/handle-create.js @@ -36,7 +36,7 @@ export default function HandleCreate({ case 'commentaires': { requestObject = { contenu: formattedContent, - titre: selectedTitre, + titre: selectedTitre.id, status: 'draft', }