EditVariable: Add base form to edit variables (#80172)

This commit is contained in:
Ivan Ortega Alba
2024-01-12 11:01:11 +01:00
committed by GitHub
parent e69feef314
commit e9f1b41d23
35 changed files with 856 additions and 76 deletions

View File

@ -2,8 +2,8 @@ import React, { FormEvent, ReactElement, useCallback } from 'react';
import { selectors } from '@grafana/e2e-selectors';
import { VariableLegend } from '../editor/VariableLegend';
import { VariableTextField } from '../editor/VariableTextField';
import { VariableLegend } from '../../dashboard-scene/settings/variables/components/VariableLegend';
import { VariableTextField } from '../../dashboard-scene/settings/variables/components/VariableTextField';
import { VariableEditorProps } from '../editor/types';
import { TextBoxVariableModel } from '../types';