private openDialog()

in app/templates/src/hub/hub.tsx [111:113]


  private openDialog(): void {
    this.setState({ dialogShown: true });
  }