Fix filter type for series' network
This commit is contained in:
parent
c6ad2396bb
commit
5e61b413b7
|
@ -217,7 +217,7 @@ export const filterBuilderProps = [
|
|||
{
|
||||
name: 'network',
|
||||
label: () => translate('Network'),
|
||||
type: filterBuilderTypes.STRING,
|
||||
type: filterBuilderTypes.ARRAY,
|
||||
optionsSelector: function(items) {
|
||||
const tagList = items.reduce((acc, series) => {
|
||||
if (series.network) {
|
||||
|
|
Loading…
Reference in New Issue