chore: add workspace switcher login A/B testing flow (#4053)

Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
This commit is contained in:
Nivedin
2024-05-10 16:35:42 +05:30
committed by GitHub
parent 7d2d335b37
commit f8ac6dfeb1
4 changed files with 49 additions and 17 deletions

View File

@@ -50,6 +50,7 @@ export default class TeamListAdapter {
}
public dispose() {
this.teamList$.next([])
this.isDispose = true
clearTimeout(this.timeoutHandle as any)
this.timeoutHandle = null