Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/components/Project/Features/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ export default class Features extends React.Component {
// Bind socketHandler to THIS so when we pass it to the socket
// lib and refernece 'this' its still 'us'
this.socketHandler = this.socketHandler.bind(this);

// reset feature list when component construct
this.props.store.app.setFeatures({ showDeployed: this.state.showDeployed })
}

handleChange = panel => (event, expanded) => {
Expand Down