Include getAnnotationsAsync in prop-types

pull/10616/head
Luke Morris 2018-02-19 16:16:24 -08:00
parent a63f1a6092
commit b961e713c7
1 changed files with 1 additions and 0 deletions

View File

@ -472,6 +472,7 @@ DashboardPage.propTypes = {
isUsingAuth: bool.isRequired,
router: shape().isRequired,
notify: func.isRequired,
getAnnotationsAsync: func.isRequired,
}
const mapStateToProps = (state, {params: {dashboardID}}) => {