mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Grafana SQL: Fix broken import in NumberInput component (#92803)
SQL: Fix broken import
This commit is contained in:
parent
f0d100d17a
commit
5871362ccf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user