mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 10:31:17 -08:00
Fix lint issue from 501993eb
This commit is contained in:
parent
501993ebf2
commit
c32c51a0fc
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ function submit() {
|
|||
}
|
||||
|
||||
function submit_txt2img_upscale() {
|
||||
res = submit.apply(null, arguments);
|
||||
var res = submit(...arguments);
|
||||
|
||||
res[2] = selected_gallery_index();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue