Fixed search terms being limitted to 20 characters and added search functionality to logs page

This commit is contained in:
Keannu Christian Bernasol 2023-03-09 17:48:58 +08:00
parent 46ddb25709
commit e4507493f4
2 changed files with 85 additions and 21 deletions

View file

@ -89,7 +89,6 @@ export default function ViewManager(props: ProductList) {
onChange={(e: React.ChangeEvent<HTMLInputElement>) => {
setSearchTerm(e.target.value);
}}
maxLength={20}
/>
</div>
</div>