Przeglądaj źródła

Merge pull request #320 from smiclea/switch-notification

Remove 'Switching projects' notification
Dorin Paslaru 7 lat temu
rodzic
commit
43f8051ff4
1 zmienionych plików z 0 dodań i 1 usunięć
  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> {
-    notificationStore.alert('Switching projects')
     return UserSource.switchProject().then(() => {
       return this.loginScoped(projectId)
     }).then(() => {