Skip to content

Commit

Permalink
fix: mise a jour new table
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrmr committed Dec 20, 2024
1 parent 7d3b8f4 commit d937623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/modules/indicateurs/IndicateursForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ function IndicateursForm(props: IndicateursFormProps) {
</HStack>

<NewTable
data={(indicateursEffectifs ?? []).map((effectif) => ({ ...effectif, id: effectif.organisme_id }))}
data={indicateursEffectifs || []}
loading={indicateursEffectifsLoading}
noDataMessage="Aucun organisme ne semble correspondre aux filtres que vous avez sélectionnés"
// paginationState={pagination}
Expand Down

0 comments on commit d937623

Please sign in to comment.