fix(ui) - session settings input event
This commit is contained in:
parent
783e029ec9
commit
77096976ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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 })
|
||||
}}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue