componentDidMount()

in src/app/work-items-widget.js [48:50]


  componentDidMount() {
    this.initialize(this.props.dashboardApi);
  }