From b00e70997c99ba3b7801b8cc530e00660c76265a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 9 Apr 2020 09:56:53 +0200 Subject: [PATCH] Forms: Fixed forms namespace change issue --- packages/grafana-ui/src/components/OptionsUI/string.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grafana-ui/src/components/OptionsUI/string.tsx b/packages/grafana-ui/src/components/OptionsUI/string.tsx index 01e210970c1..71c26ae6c16 100644 --- a/packages/grafana-ui/src/components/OptionsUI/string.tsx +++ b/packages/grafana-ui/src/components/OptionsUI/string.tsx @@ -1,7 +1,7 @@ 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> = ({ value,