Skip to content

Commit f4c4f25

Browse files
committed
Revert workaround for LG-5587
1 parent 978881e commit f4c4f25

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

packages/compass-data-modeling/src/components/drawer/collection-drawer-content.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ const CollectionDrawerContent: React.FunctionComponent<
126126
<DMDrawerSection label="Collection properties">
127127
<DMFormFieldContainer>
128128
<TextInput
129-
// @ts-expect-error see https://jira.mongodb.org/browse/LG-5587
130129
ref={nameInputRef}
131130
label="Name"
132131
data-testid="data-model-collection-drawer-name-input"

packages/compass-find-in-page/src/components/find-in-page-input.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ function FindInPageInput({
157157
type="text"
158158
aria-label="Find in page"
159159
aria-labelledby="find-in-page-label"
160-
// @ts-expect-error see https://jira.mongodb.org/browse/LG-5587
161160
ref={findInPageInputRef}
162161
onChange={onSearchChange}
163162
value={searchTerm}

packages/compass-import-export/src/components/export-select-fields.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,6 @@ function ExportSelectFields({
371371
aria-label="Enter a field to include in the export"
372372
type="text"
373373
className={textInputStyles}
374-
// @ts-expect-error see https://jira.mongodb.org/browse/LG-5587
375374
ref={newFieldRef}
376375
placeholder="Add field"
377376
onKeyDown={handleAddFieldSubmit}

0 commit comments

Comments
 (0)