PLT-7025: Fix Slack Import API. (#6905)
Этот коммит содержится в:
коммит произвёл
Saturnino Abril
родитель
e975b84a12
Коммит
2bf64b54c2
@@ -1107,7 +1107,7 @@ export function isDirectChannelForUser(otherUserId, channel) {
|
||||
}
|
||||
|
||||
export function importSlack(file, success, error) {
|
||||
Client4.importTeam(file, 'slack').then(success).catch(error);
|
||||
Client4.importTeam(TeamStore.getCurrent().id, file, 'slack').then(success).catch(error);
|
||||
}
|
||||
|
||||
export function windowWidth() {
|
||||
|
||||
Ссылка в новой задаче
Block a user