Skip to content

Commit c0c313e

Browse files
committed
fix: automatic phases expand
ref issue #2841
1 parent 7e87c07 commit c0c313e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/projects/detail/containers/DashboardContainer.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ class DashboardContainer extends React.Component {
8585
}
8686

8787
componentDidMount() {
88+
const { expandProjectPhase } = this.props
8889
// if the user is a customer and its not a direct link to a particular phase
8990
// then by default expand all phases which are active
9091
if (_.isEmpty(location.hash) && hasPermission(PERMISSIONS.EXPAND_ACTIVE_PHASES_BY_DEFAULT)) {

0 commit comments

Comments
 (0)