Grafana SQL: Fix broken import in NumberInput component (#92803)
SQL: Fix broken import
This commit is contained in:
@@ -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