mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 05:45:50 +00:00
clear count
This commit is contained in:
@@ -98,7 +98,7 @@ export class DespachoStoreService {
|
||||
}
|
||||
|
||||
get count() {
|
||||
return this._count || 0
|
||||
return this._list.length || 0
|
||||
}
|
||||
|
||||
set count(value: number) {
|
||||
|
||||
Reference in New Issue
Block a user