CODENVY-122: Fix appearing create ws pop-up after start or open last used workspace

6.19.x
Dmitry Shnurenko 2016-02-26 10:24:10 +02:00
parent b702ab5424
commit e56bac5211
1 changed files with 1 additions and 1 deletions

View File

@ -114,8 +114,8 @@ public class DefaultWorkspaceComponent extends WorkspaceComponent implements Com
return;
}
}
createWorkspacePresenter.show(workspaces, callback);
}
createWorkspacePresenter.show(workspaces, callback);
}
}
}).catchError(new Operation<PromiseError>() {