Merge from develop

This commit is contained in:
Konstantinos Triantafyllou 2023-08-29 11:24:05 +03:00
commit 09c04d02b1
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 40ef9507150f90d9e50298adb23c29b3d5a9745b Subproject commit 55a995a34890318b024d458cdd978a9d044d8b47

View File

@ -161,7 +161,7 @@ export class CriteriaComponent implements OnInit, OnChanges, AfterViewInit, OnDe
} }
get dirty() { get dirty() {
if (!this.selectionCriteria || !this.criteria) { if (!this.selectionCriteria && !this.criteria) {
return false; return false;
} else if (this.criteria.length !== this.criteriaArray.length) { } else if (this.criteria.length !== this.criteriaArray.length) {
return true; return true;

@ -1 +1 @@
Subproject commit d52e92929799a1626aff66ad413c6db2be521555 Subproject commit 5feca2d8457324999557feb662b4355d8cf0df4b