Add .custom to newly created filters too
This commit is contained in:
parent
a89acad0c9
commit
d6539c5f96
@ -399,6 +399,7 @@ class Filters extends EventEmitter {
|
|||||||
const id = `custom-${uuid()}`;
|
const id = `custom-${uuid()}`;
|
||||||
const filter = new Filter(this, id, {
|
const filter = new Filter(this, id, {
|
||||||
active: true,
|
active: true,
|
||||||
|
custom: true,
|
||||||
label,
|
label,
|
||||||
expr,
|
expr,
|
||||||
type,
|
type,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user