Skip to content

Commit

Permalink
revert: uncomment open
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanieyoshimoto-okta committed Jul 15, 2024
1 parent aa50626 commit d844f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/odyssey-react-mui/src/Autocomplete.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ const Autocomplete = <
onChange={onChange}
onInputChange={onInputChange}
onFocus={onFocus}
// openText={t("open.text")} // OKTA-747967 Uncomment this line after translation is received
openText={t("open.text")}
options={options}
readOnly={isReadOnly}
renderInput={renderInput}
Expand Down

0 comments on commit d844f5e

Please sign in to comment.