WebHostLib: fix NamedRange in options presets (#2528)
This commit is contained in:
parent
737686a88d
commit
39969abd6a
|
@ -369,7 +369,7 @@ const setPresets = (optionsData, presetName) => {
|
|||
break;
|
||||
}
|
||||
|
||||
case 'special_range': {
|
||||
case 'named_range': {
|
||||
const selectElement = document.querySelector(`select[data-key='${option}']`);
|
||||
const rangeElement = document.querySelector(`input[data-key='${option}']`);
|
||||
const randomElement = document.querySelector(`.randomize-button[data-key='${option}']`);
|
||||
|
|
Loading…
Reference in New Issue