grafana/public/app/plugins/datasource/dashboard/index.ts
Ashley Harrison 97a423aedc
Dashboard: Remove the current panel from the list of options in the Dashboard datasource (#41826)
* Dashboard: Update check for current panel

* Get datasource name as before

* Update public/app/plugins/datasource/dashboard/DashboardQueryEditor.tsx

Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>

* import SHARED_DASHBOARD_QUERY

* Add some unit tests

Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
2021-11-18 11:43:47 +00:00

4 lines
192 B
TypeScript

export { isSharedDashboardQuery, runSharedRequest } from './runSharedRequest';
export { DashboardQueryEditor } from './DashboardQueryEditor';
export { SHARED_DASHBOARD_QUERY } from './types';