Skip to content
Snippets Groups Projects
Commit 7dd1f434 authored by BITARD Michaël's avatar BITARD Michaël Committed by MAUBERT Vincent
Browse files

bug(statistiques): les statistiques globales fonctionnent

parent 8e3b9e3a
1 merge request!1473bug(statistiques): les statistiques globales fonctionnent
Pipeline #388732 passed
......@@ -83,7 +83,6 @@ export const Globales = defineComponent(() => {
return acc
},
{
...statsGlobales,
titresModifies: [],
"Nombre d'utilisateurs affiliés à une entreprise": 0,
"Nombre d'utilisateurs rattachés à un ministère": 0,
......@@ -94,6 +93,7 @@ export const Globales = defineComponent(() => {
demarches: 0,
titresActivitesBeneficesAdministration: 0,
titresActivitesBeneficesEntreprise: 0,
...statsGlobales,
}
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment