Fixed wrong type for init of stored settings in ui.js

This commit is contained in:
Alex Heller
2023-06-04 04:45:21 +02:00
parent 6c8e7a75c7
commit c6f50fcf4a
+1 -1
View File
@@ -191,7 +191,7 @@ function recalculate_prompts_img2img(){
}
opts = {}
stored_opts = {}
stored_opts = new Set()
function parseOpts(json_string){
let settings_data = JSON.parse(json_string)
opts = settings_data.values