Pyroscope: Decouple config editor (#79027)

Decouple config editor
This commit is contained in:
Joey 2023-12-05 10:57:49 +00:00 committed by GitHub
parent 568d979dd5
commit f51ad749ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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';