فهرست منبع

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> {
-    notificationStore.alert('Switching projects')
     return UserSource.switchProject().then(() => {
       return this.loginScoped(projectId)
     }).then(() => {