Fix comment
parent
3e4865cc7f
commit
c58cce2c7d
|
@ -99,7 +99,7 @@ class FieldList extends Component {
|
||||||
return removeFuncs(fields)
|
return removeFuncs(fields)
|
||||||
}
|
}
|
||||||
|
|
||||||
// If there is no groupBy time set apple one
|
// If there is no groupBy time, set one
|
||||||
if (!groupBy.time) {
|
if (!groupBy.time) {
|
||||||
return applyFuncsToField(fieldFunc, {...groupBy, time})
|
return applyFuncsToField(fieldFunc, {...groupBy, time})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue