Skip to content

Commit

Permalink
Merge pull request #767 from meepzh/bugfix-multiview-collabs
Browse files Browse the repository at this point in the history
Match MultiView collab behavior to regular video view
  • Loading branch information
sphinxrave authored May 24, 2024
2 parents 5e8018d + 8fa305b commit d4ccdad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/multiview/VideoSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export default {
ignoreBlock: false,
// only hide collabs when favorites tab
hideCollabs: this.shouldHideCollabs,
forOrg: this.isRealOrg && this.selectedOrg.name,
forOrg: this.isRealOrg ? this.selectedOrg.name : "none",
hideIgnoredTopics: true,
hidePlaceholder: this.hidePlaceholder,
hideMissing: this.hideMissing,
Expand Down

0 comments on commit d4ccdad

Please sign in to comment.