Skip to content

Commit 74b1135

Browse files
committed
cleanup
1 parent bb75d86 commit 74b1135

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

packages/compass-components/src/components/document-list/element-editors.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import { mergeProps } from '../../utils/merge-props';
1010
import { documentTypography } from './typography';
1111
import { Icon, Tooltip } from '../leafygreen';
1212
import { useDarkMode } from '../../hooks/use-theme';
13-
import { lowerFirst } from 'lodash';
1413

1514
const maxWidth = css({
1615
maxWidth: '100%',

packages/compass-data-modeling/src/utils/schema-traversal.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
import type { MongoDBJSONSchema } from 'mongodb-schema';
22
import type { FieldPath } from '../services/data-model-storage';
33

4-
// TODO: add support for update
5-
// renaming fields, deleting fields, adding fields...
6-
// or maybe we can have two traverses? one for parsing, one for updating?
74
/**
85
* Traverses a MongoDB JSON schema and calls the visitor for each field.
96
*

0 commit comments

Comments
 (0)