fix(ui): remove random console log
This commit is contained in:
parent
2823d92710
commit
a2da0b3fb5
1 changed files with 0 additions and 1 deletions
|
|
@ -52,7 +52,6 @@ function ListingVisibility() {
|
|||
min={0}
|
||||
placeholder="E.g 10"
|
||||
onChange={({ target: { value } }: any) => {
|
||||
console.log('value', value)
|
||||
changeSettings({ count: value > 0 ? value : '' })
|
||||
}}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue