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