Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nijmra committed Nov 12, 2024
1 parent 5e20892 commit 9ce8648
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ const loaded = computed(
);
const waardelijstUuids = computed(() => [
...(organisaties.value.map((item) => item.uuid) || []),
...(informatiecategorieen.value.map((item) => item.uuid) || [])
...organisaties.value.map((item) => item.uuid),
...informatiecategorieen.value.map((item) => item.uuid)
]);
// Remove uuids from model that are not present/active anymore in ODRC
Expand Down

0 comments on commit 9ce8648

Please sign in to comment.