Include getAnnotationsAsync in prop-types
parent
a63f1a6092
commit
b961e713c7
|
@ -472,6 +472,7 @@ DashboardPage.propTypes = {
|
|||
isUsingAuth: bool.isRequired,
|
||||
router: shape().isRequired,
|
||||
notify: func.isRequired,
|
||||
getAnnotationsAsync: func.isRequired,
|
||||
}
|
||||
|
||||
const mapStateToProps = (state, {params: {dashboardID}}) => {
|
||||
|
|
Loading…
Reference in New Issue