diff --git a/app.territoiresentransitions.react/src/app/pages/collectivite/Indicateurs/table/cell-annee-list.tsx b/app.territoiresentransitions.react/src/app/pages/collectivite/Indicateurs/table/cell-annee-list.tsx index aaae06b12e..2d20f72b67 100644 --- a/app.territoiresentransitions.react/src/app/pages/collectivite/Indicateurs/table/cell-annee-list.tsx +++ b/app.territoiresentransitions.react/src/app/pages/collectivite/Indicateurs/table/cell-annee-list.tsx @@ -11,6 +11,7 @@ type CellAnneeListProps = { confidentiel?: boolean; data: PreparedData; definition: IndicateurDefinition; + readonly?: boolean; type: SourceType; onDelete: (valeur: IndicateurSourceValeur) => void; }; @@ -20,6 +21,7 @@ export const CellAnneeList = ({ confidentiel, data, definition, + readonly, type, onDelete, }: CellAnneeListProps) => { @@ -44,7 +46,7 @@ export const CellAnneeList = ({ )}