mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-18 19:31:25 +00:00
Fix some stray console logs
This commit is contained in:
parent
6cfe9a7b44
commit
babde0bf04
@ -277,7 +277,6 @@ export const Overview = () => {
|
||||
borderRadius="0"
|
||||
value={filterProduct}
|
||||
onChange={(e) => {
|
||||
console.log('On change', e.currentTarget.value);
|
||||
setFilterProduct(e.currentTarget.value as string);
|
||||
}}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user