fix(ui): remove random console log

This commit is contained in:
nick-delirium 2023-03-31 10:32:14 +02:00
parent 2823d92710
commit a2da0b3fb5

View file

@ -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 : '' })
}}
/>