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 6877796 commit 8578efdCopy full SHA for 8578efd
packages/compass-data-modeling/src/components/diagram-editor.tsx
@@ -99,7 +99,7 @@ function getFieldTypeDisplay(field: MongoDBJSONSchema) {
99
100
// We show `mixed` with a tooltip when multiple bsonTypes were found.
101
return (
102
- <Tooltip justify="end" spacing={5} trigger={<div>mixed</div>}>
+ <Tooltip justify="end" spacing={5} trigger={<div>(mixed)</div>}>
103
<Body className={mixedTypeTooltipContentStyles}>
104
Multiple types found in sample: {typesString}
105
</Body>
0 commit comments