constructor()

in src/dialog.tsx [32:39]


  constructor(props: {}) {
    super(props);
    this.state = {
      targets: this.initialTarget,
      errors: false,
      buttonDisabled: true
    };
  }