Skip to content

Commit 8578efd

Browse files
authored
update packages/compass-data-modeling/src/components/diagram-editor.tsx
1 parent 6877796 commit 8578efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-data-modeling/src/components/diagram-editor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function getFieldTypeDisplay(field: MongoDBJSONSchema) {
9999

100100
// We show `mixed` with a tooltip when multiple bsonTypes were found.
101101
return (
102-
<Tooltip justify="end" spacing={5} trigger={<div>mixed</div>}>
102+
<Tooltip justify="end" spacing={5} trigger={<div>(mixed)</div>}>
103103
<Body className={mixedTypeTooltipContentStyles}>
104104
Multiple types found in sample: {typesString}
105105
</Body>

0 commit comments

Comments
 (0)