We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59aad9 commit 9ad92ecCopy full SHA for 9ad92ec
redisinsight/ui/src/packages/ri-explain/src/Node.tsx
@@ -31,7 +31,7 @@ export function ExplainNode(props: INodeProps) {
31
<div className="InfoData">
32
<EuiToolTip delay='long' content={infoData}><span>{infoData}</span></EuiToolTip>
33
</div>
34
- {subType && [EntityType.GEO, EntityType.NUMERIC, EntityType.TEXT, EntityType.TAG, EntityType.FUZZY, EntityType.WILDCARD, EntityType.PREFIX, EntityType.IDS, EntityType.LEXRANGE].includes(subType) && <div className="Type">{subType}</div> }
+ {subType && [EntityType.GEO, EntityType.NUMERIC, EntityType.TEXT, EntityType.TAG, EntityType.FUZZY, EntityType.WILDCARD, EntityType.PREFIX, EntityType.IDS, EntityType.LEXRANGE, EntityType.NUMBER].includes(subType) && <div className="Type">{subType}</div> }
35
36
37
{
0 commit comments