Skip to content

Commit

Permalink
fix(admin): default organisms value in AgenciesSettingsSectionOnSite
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasDos committed Sep 2, 2024
1 parent 81e3765 commit 5e8d233
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const VisibilityBadge = ({ isVisible }: { isVisible: boolean }) => {

export const AgenciesSettingsSectionOnSite = ({
isGestionnaireMaisonMereAAP,
organisms,
organisms = [],
}: {
isGestionnaireMaisonMereAAP?: boolean;
organisms: Organism[];
Expand Down

0 comments on commit 5e8d233

Please sign in to comment.