Fix Kapacitor FieldList propTypes to prevent onFill func warning
parent
d4ac98b1d4
commit
08405d39bb
|
@ -167,7 +167,7 @@ FieldList.propTypes = {
|
|||
}).isRequired,
|
||||
onToggleField: func.isRequired,
|
||||
onGroupByTime: func.isRequired,
|
||||
onFill: func.isRequired,
|
||||
onFill: func,
|
||||
applyFuncsToField: func.isRequired,
|
||||
isKapacitorRule: bool,
|
||||
isInDataExplorer: bool,
|
||||
|
|
Loading…
Reference in New Issue