Merge branch 'develop' into new-community-api

This commit is contained in:
argirok 2023-10-02 14:07:48 +03:00
commit 78dcc5a208
1 changed files with 1 additions and 1 deletions

View File

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