mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix types
This commit is contained in:
parent
2974ab634f
commit
f5078547d2
@ -168,7 +168,7 @@ async function getTagsAsSegments(state: GraphiteQueryEditorState, tagPrefix: str
|
|||||||
value: val.text,
|
value: val.text,
|
||||||
type: 'tag',
|
type: 'tag',
|
||||||
expandable: false,
|
expandable: false,
|
||||||
};
|
} as const;
|
||||||
});
|
});
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
tagsAsSegments = [];
|
tagsAsSegments = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user