Răsfoiți Sursa

Remove 'Switching projects' notification

Sergiu Miclea 7 ani în urmă
părinte
comite
7dc5ae84aa
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      src/stores/UserStore.js

+ 0 - 1
src/stores/UserStore.js

@@ -113,7 +113,6 @@ class UserStore {
   }
   }
 
 
   @action switchProject(projectId: string): Promise<void> {
   @action switchProject(projectId: string): Promise<void> {
-    notificationStore.alert('Switching projects')
     return UserSource.switchProject().then(() => {
     return UserSource.switchProject().then(() => {
       return this.loginScoped(projectId)
       return this.loginScoped(projectId)
     }).then(() => {
     }).then(() => {