fix(ui) - session settings input event

This commit is contained in:
Shekar Siri 2022-06-24 17:48:43 +02:00
parent 783e029ec9
commit 77096976ea

View file

@ -51,7 +51,7 @@ function ListingVisibility(props) {
name="count"
placeholder="E.g 10"
// style={{ height: '38px', width: '100%'}}
onChange={(e, { value }) => {
onChange={({ target: { value } }) => {
changeSettings({ count: value })
}}
/>