clear count

This commit is contained in:
Peter Maquiran
2023-01-30 16:27:33 +01:00
parent 261478a204
commit 49142391e9
8 changed files with 15 additions and 24 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ export class DespachoStoreService {
}
get count() {
return this._count || 0
return this._list.length || 0
}
set count(value: number) {