Améliorations diverses

This commit is contained in:
2026-06-18 08:25:05 +02:00
parent eb961cbed4
commit 03b7b87538
7 changed files with 110 additions and 64 deletions
+2 -2
View File
@@ -518,8 +518,8 @@ export default function Dashboard() {
activeId={activeId}
pfuRates={pfuRates}
onCapitalMensuel={setCapitalMensuelData}
onCellClick={({ platId, platNom, annee, mois, moisLabel }) =>
setDrillCell({ platId, platNom, annee, mois, moisLabel })
onCellClick={({ platId, platIds, platNom, annee, mois, moisLabel }) =>
setDrillCell({ platId, platIds, platNom, annee, mois, moisLabel })
}
activeCell={drillCell}
/>