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 filter = new Filter(this, id, {
|
||||
active: true,
|
||||
custom: true,
|
||||
label,
|
||||
expr,
|
||||
type,
|
||||
|
Loading…
x
Reference in New Issue
Block a user