1
0
Fork 0

fix(gui): make model controls on upscale tab work

This commit is contained in:
Sean Sube 2023-12-20 21:11:33 -06:00
parent 7132f10e9d
commit e933dc6d50
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ export function createUpscaleSlice<TState extends UpscaleSlice>(
set((prev) => ({
upscaleModel: {
...prev.upscaleModel,
...defaultModel,
...params,
},
} as Partial<TState>));
},