Skip to content

Commit

Permalink
fix: ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Jan 31, 2025
1 parent 588d110 commit e935679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Search/SearchAutocompleteInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function SearchAutocompleteInput(
isLoading={!!isSearchingForReports}
ref={ref}
onKeyPress={handleKeyPress(onSubmit)}
isMarkdownEnabled
type="markdown"
multiline={false}
parser={(input: string) => {
'worklet';
Expand Down

0 comments on commit e935679

Please sign in to comment.