Skip to content

Commit

Permalink
pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantxu committed Oct 1, 2019
1 parent abb04c9 commit 6ce847a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ConfigEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import { MyDataSourceOptions } from './types';

type Settings = DataSourceSettings<MyDataSourceOptions>;

interface Props extends DataSourcePluginOptionsEditorProps<Settings> { }
interface Props extends DataSourcePluginOptionsEditorProps<Settings> {}

interface State { }
interface State {}

export class ConfigEditor extends PureComponent<Props, State> {
componentDidMount() { }
componentDidMount() {}

onURLChange = (event: ChangeEvent<HTMLInputElement>) => {
const { onOptionsChange, options } = this.props;
Expand Down

0 comments on commit 6ce847a

Please sign in to comment.