Add Fill to queryConfig when field toggled
parent
84d8f9c4f5
commit
5805b17ab9
|
@ -130,9 +130,12 @@ export function applyFuncsToField(
|
|||
time: shouldRemoveFuncs ? null : defaultGroupBy,
|
||||
})
|
||||
|
||||
const nextFill = NULL_STRING
|
||||
|
||||
return Object.assign({}, query, {
|
||||
fields: nextFields,
|
||||
groupBy: nextGroupBy,
|
||||
fill: nextFill,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue