Skip to content

Commit 6877796

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

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
@@ -88,7 +88,7 @@ const ErrorBannerWithRetry: React.FunctionComponent<{
8888

8989
function getFieldTypeDisplay(field: MongoDBJSONSchema) {
9090
if (field.bsonType === undefined) {
91-
return 'Unknown';
91+
return 'unknown';
9292
}
9393

9494
if (typeof field.bsonType === 'string') {

0 commit comments

Comments
 (0)