mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 17:41:43 -05:00
Actually use imported PropTypes in PostsNewForm
This commit is contained in:
parent
14edeba447
commit
c77ac378c1
1 changed files with 4 additions and 4 deletions
|
@ -24,10 +24,10 @@ const PostsNewForm = (props, context) =>
|
|||
</Components.ShowIf>
|
||||
|
||||
PostsNewForm.propTypes = {
|
||||
closeModal: React.PropTypes.func,
|
||||
router: React.PropTypes.object,
|
||||
flash: React.PropTypes.func,
|
||||
redirect: React.PropTypes.string,
|
||||
closeModal: PropTypes.func,
|
||||
router: PropTypes.object,
|
||||
flash: PropTypes.func,
|
||||
redirect: PropTypes.string,
|
||||
}
|
||||
|
||||
PostsNewForm.contextTypes = {
|
||||
|
|
Loading…
Add table
Reference in a new issue