Improve Redux types part 4 (#26003)
* Fix return type of addUsersToChannel * Fix type of TeamInviteWithError.error * Change Constants.Integrations.PAGE_SIZE into a number"
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
8a869b0623
Коммит
e98aa55ad7
@@ -135,7 +135,7 @@ export default class SystemUsersDropdown extends React.PureComponent<Props, Stat
|
||||
if (this.shouldDisableBotsWhenOwnerIsDeactivated()) {
|
||||
await this.props.actions.loadBots(
|
||||
Constants.Integrations.START_PAGE_NUM,
|
||||
parseInt(Constants.Integrations.PAGE_SIZE, 10),
|
||||
Constants.Integrations.PAGE_SIZE,
|
||||
);
|
||||
}
|
||||
this.setState({showDeactivateMemberModal: true});
|
||||
|
||||
Ссылка в новой задаче
Block a user