mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Show loading message if a team has been selected, in addition to showing it while loading the list of available teams. (#7307)
This commit is contained in:
committed by
Harrison Healey
parent
6a312b2ad4
commit
f1d1ce4e7e
@@ -133,7 +133,7 @@ export default class SelectTeam extends React.Component {
|
||||
</div>
|
||||
);
|
||||
|
||||
if (!this.state.loaded) {
|
||||
if (!this.state.loaded || this.state.loadingTeamId !== '') {
|
||||
openContent = <LoadingScreen/>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user