File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
compass-data-modeling/src/components/drawer
compass-find-in-page/src/components
compass-import-export/src/components Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments