Skip to content

Commit

Permalink
fix: filter out ou metadata to always use the metadata provided by th…
Browse files Browse the repository at this point in the history
…e app
  • Loading branch information
martinkrulltott committed Jan 25, 2024
1 parent 6781115 commit 1e48837
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ const App = () => {
USER_ORG_UNIT,
USER_ORG_UNIT_CHILDREN,
USER_ORG_UNIT_GRANDCHILDREN,
DIMENSION_ID_ORGUNIT,
].includes(item)
)
.reduce((obj, [id, item]) => {
Expand Down

0 comments on commit 1e48837

Please sign in to comment.