From 1ca14549fc39b0c0140dd6307caa93c462be7ff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Tue, 2 Jul 2024 14:59:14 +0200 Subject: [PATCH] Typo --- components/konstitisyon/create/create-form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/konstitisyon/create/create-form.js b/components/konstitisyon/create/create-form.js index 446917d..90d66c8 100644 --- a/components/konstitisyon/create/create-form.js +++ b/components/konstitisyon/create/create-form.js @@ -52,7 +52,7 @@ export default function CreateForm({ switch (collection) { case 'commentaires': { requestObject = { - text: formattedContent, + contenu: formattedContent, titre: selectedTitre, status: 'draft', }