[v11.2.x] Grafana SQL: Fix broken import in NumberInput component (#92808)
Grafana SQL: Fix broken import in NumberInput component (#92803)
SQL: Fix broken import
(cherry picked from commit 5871362ccf)
Co-authored-by: Eugene Apollonsky <e.apollonsky@gmail.com>
This commit is contained in:
co-authored by
Eugene Apollonsky
parent
294ab18aab
commit
74910cf4cd
@@ -1,6 +1,6 @@
|
||||
import { useState } from 'react';
|
||||
|
||||
import { Input } from '@grafana/ui/src/components/Input/Input';
|
||||
import { Input } from '@grafana/ui';
|
||||
|
||||
type NumberInputProps = {
|
||||
value: number;
|
||||
|
||||
Reference in New Issue
Block a user