mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 04:04:14 +08:00
Revert: Query editor components from grafana-ui (#57436)
* Revert: QueryEditor components from grafana-ui * Use local version of experimental * Use experimental for query editor components * Fix type issues in MSSQL * point to actual version of experimental package * point to latest version of experimental Co-authored-by: Erik Sundell <erik.sundell87@gmail.com>
This commit is contained in:
@ -2,7 +2,8 @@ import { css } from '@emotion/css';
|
||||
import React, { ChangeEvent, FC } from 'react';
|
||||
|
||||
import { GrafanaTheme2 } from '@grafana/data';
|
||||
import { Icon, InlineField, InlineLabel, Stack, TextArea, useStyles2 } from '@grafana/ui';
|
||||
import { Stack } from '@grafana/experimental';
|
||||
import { Icon, InlineField, InlineLabel, TextArea, useStyles2 } from '@grafana/ui';
|
||||
import { HoverCard } from 'app/features/alerting/unified/components/HoverCard';
|
||||
|
||||
import { ExpressionQuery } from '../types';
|
||||
|
Reference in New Issue
Block a user