Skip to content

Commit b0cc3cd

Browse files
committed
Update to account for breaking change in select v16.2.0
1 parent f4c4f25 commit b0cc3cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/compass-crud/src/components/table-view/types-dropdown.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const TypesDropdown: React.FunctionComponent<TypesDropdownProps> = ({
3232
onChange={handleTypeChange}
3333
allowDeselect={false}
3434
value={element.currentType}
35-
readOnly={false}
3635
// NOTE: Leafygreen doesn't support aria-label and only understand "aria-labelledby" and "label" instead
3736
aria-labelledby=""
3837
aria-label="Field type"

0 commit comments

Comments
 (0)