Skip to content

Commit

Permalink
Merge branch 'dev' into fix/DHIS2-15000-oug-shortname
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott authored May 10, 2024
2 parents 2552758 + a4e5340 commit 2ca7764
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/Item/VisualizationItem/Item.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,9 @@ class Item extends Component {
}
case CHART:
case VISUALIZATION: {
return item.visualization.type ===
VIS_TYPE_OUTLIER_TABLE &&
return item.type === VISUALIZATION &&
item.visualization.type ===
VIS_TYPE_OUTLIER_TABLE &&
Object.keys(itemFilters).some(
(filter) =>
![
Expand Down

0 comments on commit 2ca7764

Please sign in to comment.