* Fix return type of addUsersToChannel

* Fix type of TeamInviteWithError.error

* Change Constants.Integrations.PAGE_SIZE into a number"
Этот коммит содержится в:
Harrison Healey
2024-01-23 09:33:03 -05:00
коммит произвёл GitHub
родитель 8a869b0623
Коммит e98aa55ad7
10 изменённых файлов: 21 добавлений и 14 удалений

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

@@ -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});