Skip to content

Commit

Permalink
chore: house keeping, remove deprecated props from Autcomplete
Browse files Browse the repository at this point in the history
no-ticket
  • Loading branch information
kttkjl committed Oct 14, 2023
1 parent 10bb443 commit 92ebd5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/common.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ type KbMatchType<T extends AnyVariantType = AnyVariantType> = {
kbData: {
inferred: boolean;
} | null;
kbStatementId: string;
kbStatementId: string | string[];
kbVariant: string;
kbVariantId: string;
matchedCancer: boolean;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ const AutocompleteHandler = (props: AutocompleteHandlerProps) => {
return (
<Autocomplete
autoHighlight
disableOpenOnFocus
classes={{ popper: 'autocomplete__popper' }}
onChange={handleAutocompleteChange}
options={options}
Expand Down

0 comments on commit 92ebd5b

Please sign in to comment.