Skip to content

Commit

Permalink
Merge pull request #1513 from HubSpot/load-subdirectory-links
Browse files Browse the repository at this point in the history
Write files in subdirectories to splat path
  • Loading branch information
ssalinas committed Apr 28, 2017
2 parents f93860b + 1ec5741 commit 163ddbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SingularityUI/app/components/taskDetail/TaskDetail.jsx
Expand Up @@ -531,4 +531,4 @@ function mapDispatchToProps(dispatch) {
};
}

export default connect(mapStateToProps, mapDispatchToProps)(rootComponent(withRouter(TaskDetail), (props) => refresh(props.params.taskId), true, true, null, (props) => onLoad(props.params.taskId)));
export default connect(mapStateToProps, mapDispatchToProps)(rootComponent(withRouter(TaskDetail), (props) => refresh(props.params.taskId, props.params.splat), true, true, null, (props) => onLoad(props.params.taskId)));

0 comments on commit 163ddbb

Please sign in to comment.