Change value label from off to auto
parent
4214522767
commit
5f8e2aaa36
|
|
@ -419,7 +419,7 @@ const MediaSettings = ({
|
|||
min={-100}
|
||||
value={settings.noiseThreshold}
|
||||
max={0}
|
||||
valueLabelDisplay={'off'}
|
||||
valueLabelDisplay={'auto'}
|
||||
onChange={
|
||||
(event, value) =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue