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