Update ts/components/session/settings/SessionSettingListItem.tsx

Accept the change

Co-Authored-By: Mikunj Varsani <Mikunj@users.noreply.github.com>
pull/905/head
jian10au 5 years ago committed by GitHub
parent ac8d0aa441
commit f92cb95f5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -95,7 +95,7 @@ export class SessionSettingListItem extends React.Component<Props, State> {
step={content.step}
min={content.min}
max={content.max}
defaultValue={content.defaultValue}
defaultValue={currentSliderValue}
onAfterChange={sliderValue => {
this.handleSlider(sliderValue);
}}

Loading…
Cancel
Save