diff --git a/src/app/pages/content-providers/criteria/criteria.component.ts b/src/app/pages/content-providers/criteria/criteria.component.ts index db9fcea..0549ace 100644 --- a/src/app/pages/content-providers/criteria/criteria.component.ts +++ b/src/app/pages/content-providers/criteria/criteria.component.ts @@ -161,7 +161,7 @@ export class CriteriaComponent implements OnInit, OnChanges, AfterViewInit, OnDe } get dirty() { - if (!this.selectionCriteria || !this.criteria) { + if (!this.selectionCriteria && !this.criteria) { return false; } else if (this.criteria.length !== this.criteriaArray.length) { return true;