Fixes: Slack integrations page needs to ensure collections are loaded

This commit is contained in:
Tom Moor
2018-12-06 19:18:34 -08:00
parent 06e7ab84cd
commit d3911b9e20

View File

@ -25,6 +25,7 @@ class Slack extends React.Component<Props> {
componentDidMount() {
this.error = getQueryVariable('error');
this.props.collections.fetchPage({ limit: 100 });
this.props.integrations.fetchPage();
}