瀏覽代碼

Remove 'Switching projects' notification

Sergiu Miclea 7 年之前
父節點
當前提交
7dc5ae84aa
共有 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(() => {