diff --git a/app/scenes/Settings/Slack.js b/app/scenes/Settings/Slack.js index 1d49f149..9f6bfc89 100644 --- a/app/scenes/Settings/Slack.js +++ b/app/scenes/Settings/Slack.js @@ -25,6 +25,7 @@ class Slack extends React.Component { componentDidMount() { this.error = getQueryVariable('error'); + this.props.collections.fetchPage({ limit: 100 }); this.props.integrations.fetchPage(); }