Просмотр исходного кода

Merge pull request #320 from smiclea/switch-notification

Remove 'Switching projects' notification
Dorin Paslaru 7 лет назад
Родитель
Сommit
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> {
-    notificationStore.alert('Switching projects')
     return UserSource.switchProject().then(() => {
       return this.loginScoped(projectId)
     }).then(() => {