Grafana SQL: Fix broken import in NumberInput component (#92803)

SQL: Fix broken import
pull/91946/head^2
Eugene Apollonsky 10 months ago committed by GitHub
parent f0d100d17a
commit 5871362ccf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/grafana-sql/src/components/configuration/NumberInput.tsx

@ -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…
Cancel
Save