Skip to content

Commit

Permalink
Match MultiView collab behavior to regular video view
Browse files Browse the repository at this point in the history
  • Loading branch information
meepzh committed Apr 13, 2024
1 parent 52d06b5 commit 8fa305b
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 8fa305b

Please sign in to comment.