chore: fix session modal error after revoking session

This commit is contained in:
Aman Harwara
2023-06-30 20:56:48 +05:30
parent a0bc6153d6
commit c9a95c818b
2 changed files with 6 additions and 8 deletions

View File

@@ -263,11 +263,11 @@ export class ViewControllerManager implements InternalEventHandlerInterface {
destroyAllObjectProperties(this)
}
openSessionsModal(): void {
openSessionsModal = () => {
this.isSessionsModalVisible = true
}
closeSessionsModal(): void {
closeSessionsModal = () => {
this.isSessionsModalVisible = false
}