Change value label from off to auto

auto_join_3.3
Mészáros Mihály 2020-05-20 14:00:13 +02:00
parent 4214522767
commit 5f8e2aaa36
1 changed files with 1 additions and 1 deletions

View File

@ -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) =>
{ {