mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Tempo: Fix the inconsistency between the query limit values in the options component (#56566)
This commit is contained in:
parent
94fe605175
commit
9db61f54ff
@ -26,7 +26,7 @@ export const TempoQueryBuilderOptions = React.memo<Props>(({ onChange, query })
|
||||
placeholder="auto"
|
||||
type="number"
|
||||
min={1}
|
||||
defaultValue={DEFAULT_LIMIT}
|
||||
defaultValue={query.limit || DEFAULT_LIMIT}
|
||||
onCommitChange={onLimitChange}
|
||||
value={query.limit}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user