mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fix preparing workspace redirecting to invalid channel (#25247)
This commit is contained in:
parent
3b17fc4fdb
commit
92d9826a3c
@ -270,7 +270,7 @@ const PreparingWorkspace = (props: Props) => {
|
||||
|
||||
const goToChannels = () => {
|
||||
dispatch({type: GeneralTypes.SHOW_LAUNCHING_WORKSPACE, open: true});
|
||||
props.history.push(`/${team.name}/channels${Constants.DEFAULT_CHANNEL}`);
|
||||
props.history.push(`/${team.name}/channels/${Constants.DEFAULT_CHANNEL}`);
|
||||
trackEvent('first_admin_setup', 'admin_setup_complete');
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user