fix(report): aligner payloads corrections/ee et eo sur contrat backend réel
This commit is contained in:
parent
d7b084d05a
commit
1dbca24c35
3 changed files with 17 additions and 8 deletions
|
|
@ -49,7 +49,7 @@ export function useSimulation() {
|
|||
|
||||
function submitText(texte: string): void {
|
||||
if (!production) return
|
||||
correctMutation.mutate({ simulation_id: production.id, texte })
|
||||
correctMutation.mutate({ simulationId: production.id, contenu: texte, tache: production.tache })
|
||||
}
|
||||
|
||||
function reset(): void {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue