private openDialog()

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


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