Skip to content

Commit

Permalink
Increase max length for search term
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansive committed Dec 22, 2023
1 parent b7013b4 commit 9635011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function Home() {
onChange={(event: React.ChangeEvent<HTMLInputElement>) => {
setSearchTerm(event.target.value);
}}
maxLength={64}
maxLength={128}
/>
</form>
</div>
Expand Down

0 comments on commit 9635011

Please sign in to comment.