Skip to content

Commit

Permalink
CV2-5294: sent team_ids filter to ExportList (#2144)
Browse files Browse the repository at this point in the history
  • Loading branch information
melsawy authored Oct 3, 2024
1 parent 9ddadea commit 0ac3c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/feed/FeedClusters.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const FeedClustersComponent = ({
pageSize={pageSize}
onChangePage={handleChangePage}
/>
<ExportList filters={{ feed_id: feed.dbid, ...setFiltersForQuery(otherFilters) }} type="feed" />
<ExportList filters={{ feed_id: feed.dbid, team_ids: teamFilters, ...setFiltersForQuery(otherFilters) }} type="feed" />
</div>
</div>
: null
Expand Down

0 comments on commit 0ac3c71

Please sign in to comment.