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:
@@ -30,17 +30,11 @@ export class ExpedientegdStoreService {
|
||||
return this._list
|
||||
}
|
||||
get count() {
|
||||
return this._count || 0
|
||||
}
|
||||
set count(value: number) {
|
||||
this._count = value
|
||||
this.save()
|
||||
return this._list.length || 0
|
||||
}
|
||||
|
||||
reset(eventsList: any) {
|
||||
this._list = eventsList
|
||||
|
||||
this.count = this._list.length
|
||||
this.save()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user