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