Add .custom to newly created filters too

This commit is contained in:
Nils Maier 2019-08-25 22:31:20 +02:00
parent a89acad0c9
commit d6539c5f96

View File

@ -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,