add 'this.props' to fetchLists

master
cwm 7 years ago
parent 939075899e
commit 0ddeed9377
  1. 2
      app/javascript/flavours/glitch/features/getting_started/index.js

@ -88,7 +88,7 @@ export default class GettingStarted extends ImmutablePureComponent {
};
componentWillMount () {
fetchLists();
this.props.fetchLists();
}
componentDidMount () {

Loading…
Cancel
Save