We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e87c07 commit c0c313eCopy full SHA for c0c313e
src/projects/detail/containers/DashboardContainer.jsx
@@ -85,6 +85,7 @@ class DashboardContainer extends React.Component {
85
}
86
87
componentDidMount() {
88
+ const { expandProjectPhase } = this.props
89
// if the user is a customer and its not a direct link to a particular phase
90
// then by default expand all phases which are active
91
if (_.isEmpty(location.hash) && hasPermission(PERMISSIONS.EXPAND_ACTIVE_PHASES_BY_DEFAULT)) {
0 commit comments