ソースを参照

Merge pull request #320 from smiclea/switch-notification

Remove 'Switching projects' notification
Dorin Paslaru 7 年 前
コミット
43f8051ff4
1 ファイル変更0 行追加1 行削除
  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(() => {