chore: fix session modal error after revoking session
This commit is contained in:
@@ -263,11 +263,11 @@ export class ViewControllerManager implements InternalEventHandlerInterface {
|
||||
destroyAllObjectProperties(this)
|
||||
}
|
||||
|
||||
openSessionsModal(): void {
|
||||
openSessionsModal = () => {
|
||||
this.isSessionsModalVisible = true
|
||||
}
|
||||
|
||||
closeSessionsModal(): void {
|
||||
closeSessionsModal = () => {
|
||||
this.isSessionsModalVisible = false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user