Commit b00e7099 by Torkel Ödegaard

Forms: Fixed forms namespace change issue

parent c11ea0b9
import React from 'react';
import { FieldConfigEditorProps, StringFieldConfigSettings } from '@grafana/data';
import { Input } from '../Input/Input';
import { TextArea } from '../Forms/TextArea/TextArea';
import { TextArea } from '../TextArea/TextArea';
export const StringValueEditor: React.FC<FieldConfigEditorProps<string, StringFieldConfigSettings>> = ({
value,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment