constructor()

in src/components/ConfigEditor.tsx [9:14]


  constructor(props: DataSourcePluginOptionsEditorProps<MyDataSourceOptions>) {
    super(props);
    if (props.options.jsonData != null && props.options.jsonData.timebaseUrl != null) {
      this.onTimebaseUrlChange(props.options.jsonData.timebaseUrl);
    }
  }