Merge branch 'develop' into new-community-api
This commit is contained in:
commit
78dcc5a208
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue