Skip to content

Commit

Permalink
feat(organisme): display organisme secondaire autoriré 673
Browse files Browse the repository at this point in the history
  • Loading branch information
l-scherer committed Jan 10, 2025
1 parent 48b0582 commit 5c69169
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/frontend-bo/src/utils/display-input.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,7 @@ const IPersonneMorale = {
display: "function",
},
],
filter: (tab) =>
tab.filter(
(e) =>
e.etatAdministratif !== organisme.statuEtablissementSecondaire.FERME,
),
filter: (tab) => tab.filter((e) => e.enabled === true),
},
};

Expand Down

0 comments on commit 5c69169

Please sign in to comment.