Client: fix accountLoginType empty screen

This commit is contained in:
Viktor Fomin 2023-07-20 14:30:50 +03:00
parent 7dbef13bc1
commit 69d002d44a

View File

@ -52,7 +52,8 @@ class FilterStore {
this.filter.employeeStatus ||
this.filter.payments ||
this.filter.search ||
this.filter.role
this.filter.role ||
this.filter.accountLoginType
);
}
}