Feature/settings add flaresolverr (#568)
* [Codegen] Update to server changes * Set "dialogTitle" by default to "settingTitle" for "NumberSetting" * Add FlareSolverr to settings * [VersionMapping] Require server version "r1477" for preview * Replace static strings with translation keys
This commit is contained in:
@@ -31,7 +31,7 @@ type BaseProps = {
|
||||
minValue?: number;
|
||||
maxValue?: number;
|
||||
stepSize?: number;
|
||||
dialogTitle: string;
|
||||
dialogTitle?: string;
|
||||
dialogDescription?: string;
|
||||
dialogDisclaimer?: string;
|
||||
valueUnit: string;
|
||||
@@ -57,7 +57,7 @@ export const NumberSetting = ({
|
||||
minValue,
|
||||
maxValue,
|
||||
stepSize,
|
||||
dialogTitle,
|
||||
dialogTitle = settingTitle,
|
||||
valueUnit,
|
||||
handleUpdate,
|
||||
showSlider,
|
||||
|
||||
Reference in New Issue
Block a user