mirror of
https://github.com/Graylog2/graylog2-server.git
synced 2026-03-13 09:32:21 +08:00
Fix propTypes on FieldGraphs
This commit is contained in:
@@ -10,7 +10,7 @@ const FieldGraphs = React.createClass({
|
||||
from: PropTypes.any.isRequired,
|
||||
to: PropTypes.any.isRequired,
|
||||
resolution: PropTypes.any.isRequired,
|
||||
searchInStream: PropTypes.bool,
|
||||
searchInStream: PropTypes.object,
|
||||
permissions: PropTypes.arrayOf(PropTypes.string).isRequired,
|
||||
},
|
||||
getInitialState() {
|
||||
|
||||
Reference in New Issue
Block a user