mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
bug fix on list-box service
This commit is contained in:
@@ -12,7 +12,7 @@ export class ListBoxService {
|
|||||||
){}
|
){}
|
||||||
|
|
||||||
|
|
||||||
filterProfile(eventSource: EventListStore[], profile: 'md' | 'pr' | 'all') {
|
filterProfile(eventSource: EventListStore[] = [], profile: 'md' | 'pr' | 'all') {
|
||||||
return eventSource.filter((e) => e.profile == profile)
|
return eventSource.filter((e) => e.profile == profile)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user