Use relative team URL for deleting channels (#2828)

Этот коммит содержится в:
Joram Wilander
2016-05-02 08:08:20 -04:00
коммит произвёл Christopher Speller
родитель 553e2320ec
Коммит 92be84762b

Просмотреть файл

@@ -25,7 +25,7 @@ export default class DeleteChannelModal extends React.Component {
return; return;
} }
browserHistory.push(TeamStore.getCurrentTeamUrl() + '/channels/town-square'); browserHistory.push(TeamStore.getCurrentTeamRelativeUrl() + '/channels/town-square');
Client.deleteChannel( Client.deleteChannel(
this.props.channel.id, this.props.channel.id,
() => { () => {