Tempo: Update max options (#92050)

* Update max options

* Update limit
This commit is contained in:
Joey
2024-08-19 10:26:55 +01:00
committed by GitHub
parent 9567275365
commit 41fc6ab89e
@@ -268,6 +268,6 @@ export const withTemplateVariableOptions = (options: SelectableValue[] | undefin
};
// Limit maximum options in select dropdowns for performance reasons
export const maxOptions = 10000;
export const maxOptions = 1000;
export default SearchField;