diff --git a/frontend/app/components/shared/SessionSettings/components/ListingVisibility.tsx b/frontend/app/components/shared/SessionSettings/components/ListingVisibility.tsx index 07db9a2ad..0d7ae52e2 100644 --- a/frontend/app/components/shared/SessionSettings/components/ListingVisibility.tsx +++ b/frontend/app/components/shared/SessionSettings/components/ListingVisibility.tsx @@ -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 }) }} />