Feature/handle disabled download ahead limit by default (#475)
* Add a description to the dialog * Set the default limit to the lowest possible value
This commit is contained in:
@@ -125,11 +125,6 @@ export const SelectSetting = <SettingValue extends string | number>({
|
||||
)}
|
||||
</DialogContentText>
|
||||
)}
|
||||
{/* {!!dialogValueDisplayInfo.disclaimer && ( */}
|
||||
{/* <DialogContentText sx={{ paddingBottom: '10px', color: 'orange' }}> */}
|
||||
{/* {t(dialogValueDisplayInfo.disclaimer)} */}
|
||||
{/* </DialogContentText> */}
|
||||
{/* )} */}
|
||||
<FormControl fullWidth>
|
||||
<Select
|
||||
id="dialog-select"
|
||||
|
||||
Reference in New Issue
Block a user