[opentsdb] Allow custom tag key in OpenTSDB Query editor (#62762)

This commit is contained in:
Nicolas DUPEUX
2023-06-17 10:01:14 -04:00
committed by GitHub
parent e3ea5422ea
commit cb7e18938b
@@ -140,6 +140,7 @@ export function TagSection({
className="gf-form-input"
value={curTagKey ? toOption('' + curTagKey) : undefined}
placeholder="key"
allowCustomValue
onOpenMenu={async () => {
updKeyIsLoading(true);
const tKs = await suggestTagKeys(query);