mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Tempo: Fix typo in the tooltip for 'Limit' (#53750)
This commit is contained in:
@@ -270,7 +270,7 @@ const NativeSearch = ({ datasource, query, onChange, onBlur, onRunQuery }: Props
|
|||||||
invalid={!!inputErrors.limit}
|
invalid={!!inputErrors.limit}
|
||||||
labelWidth={14}
|
labelWidth={14}
|
||||||
grow
|
grow
|
||||||
tooltip="Maximum numbers of returned results"
|
tooltip="Maximum number of returned results"
|
||||||
>
|
>
|
||||||
<Input
|
<Input
|
||||||
id="limit"
|
id="limit"
|
||||||
|
|||||||
Reference in New Issue
Block a user