Skip to content

Commit

Permalink
chore: remove TODO comment (see ticket https://dhis2.atlassian.net/br…
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott committed Feb 27, 2024
1 parent 034eb25 commit f5e530a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Dialogs/FixedDimension.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ const FixedDimension = ({
onSelect: selectUiItems,
}

const selected = selectedItemsIds // TODO: Refactor to not depend on the whole metadata object, but pass in full ouObjects (mapped with metadata) instead of just ids
const selected = selectedItemsIds
.filter(
(id) =>
metadata[ouIdHelper.removePrefix(id)] !== undefined
Expand Down

0 comments on commit f5e530a

Please sign in to comment.