Add processRoles in context
This commit is contained in:
parent
4326f2d00f
commit
221e1948db
@ -36,7 +36,7 @@ class ChatElement extends HTMLElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private processId: string | null = null;
|
private processId: string | null = null;
|
||||||
private selectedMemberId: string | null = null;
|
private processRoles: any | null = null;
|
||||||
private notifications: LocalNotification[] = [];
|
private notifications: LocalNotification[] = [];
|
||||||
private notificationBadge = document.querySelector('.notification-badge');
|
private notificationBadge = document.querySelector('.notification-badge');
|
||||||
private notificationBoard = document.getElementById('notification-board');
|
private notificationBoard = document.getElementById('notification-board');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user