Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley authored and John Bodley committed Oct 26, 2021
1 parent a7f36ff commit 1c1bcf1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ const limit: SharedControlConfig<'SelectControl'> = {
label: t('Series limit'),
validators: [legacyValidateInteger],
choices: formatSelectOptions(SERIES_LIMITS),
clearable: true,
description: t(
'Limits the number of time series that get displayed. A sub query ' +
'(or an extra phase where sub queries are not supported) is applied to limit ' +
Expand Down

0 comments on commit 1c1bcf1

Please sign in to comment.