fix types

This commit is contained in:
Ashley Harrison 2024-10-21 13:58:02 +01:00 committed by renovate[bot]
parent 2974ab634f
commit f5078547d2

View File

@ -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 = [];