mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2025-05-15 19:08:11 +08:00
Fixed search terms being limitted to 20 characters and added search functionality to logs page
This commit is contained in:
parent
46ddb25709
commit
e4507493f4
2 changed files with 85 additions and 21 deletions
|
@ -89,7 +89,6 @@ export default function ViewManager(props: ProductList) {
|
|||
onChange={(e: React.ChangeEvent<HTMLInputElement>) => {
|
||||
setSearchTerm(e.target.value);
|
||||
}}
|
||||
maxLength={20}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue