Pyroscope: Decouple config editor (#79027)

Decouple config editor
pull/79069/head
Joey 1 year ago committed by GitHub
parent 568d979dd5
commit f51ad749ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/plugins/datasource/grafana-pyroscope-datasource/ConfigEditor.tsx

@ -1,8 +1,8 @@
import React from 'react';
import { DataSourcePluginOptionsEditorProps } from '@grafana/data';
import { config } from '@grafana/runtime';
import { DataSourceHttpSettings, EventsWithValidation, LegacyForms, regexValidation } from '@grafana/ui';
import { config } from 'app/core/config';
import { PyroscopeDataSourceOptions } from './types';

Loading…
Cancel
Save