Skip to content

Commit

Permalink
fix issue where sheets tab wasnt being opened when you clicked a butt…
Browse files Browse the repository at this point in the history
…on in the contents tab of a collection
  • Loading branch information
nsantacruz committed Jun 12, 2022
1 parent 056b709 commit c50ab47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/js/CollectionPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class CollectionPage extends Component {
}
setFilter(filter) {
this.setState({sheetFilterTopic: filter, showFilterHeader: true});
this.props.setTab("sheets");
}
memberList() {
var collection = this.state.collectionData;
Expand Down

0 comments on commit c50ab47

Please sign in to comment.