[PLT-6710] /rename [text] slash command: Rename the channel (#6570)
* /rename [text] slash command: Rename the channel * update strings per review
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
489602efe5
Коммит
251f000c68
@@ -235,6 +235,14 @@ export function showChannelPurposeUpdateModal(channel) {
|
||||
});
|
||||
}
|
||||
|
||||
export function showChannelNameUpdateModal(channel) {
|
||||
AppDispatcher.handleViewAction({
|
||||
type: ActionTypes.TOGGLE_CHANNEL_NAME_UPDATE_MODAL,
|
||||
value: true,
|
||||
channel
|
||||
});
|
||||
}
|
||||
|
||||
export function showGetPostLinkModal(post) {
|
||||
AppDispatcher.handleViewAction({
|
||||
type: ActionTypes.TOGGLE_GET_POST_LINK_MODAL,
|
||||
|
||||
Ссылка в новой задаче
Block a user