fix dumb copypasta
parent
9e2cce9593
commit
1025f4fe70
|
@ -146,8 +146,8 @@ KapacitorPage.propTypes = {
|
|||
params: shape({
|
||||
id: string,
|
||||
}).isRequired,
|
||||
router: PropTypes.shape({
|
||||
push: PropTypes.func.isRequired,
|
||||
router: shape({
|
||||
push: func.isRequired,
|
||||
}).isRequired,
|
||||
source: shape({
|
||||
id: string.isRequired,
|
||||
|
|
Loading…
Reference in New Issue