mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): update to match change in route params
This commit is contained in:
parent
4453a0d20d
commit
ea93cad5ff
@ -234,7 +234,12 @@ export const socketMiddleware = () => {
|
||||
const imageType = result.image.image_type;
|
||||
|
||||
dispatch(imageReceived({ imageName, imageType }));
|
||||
dispatch(thumbnailReceived({ imageName, imageType }));
|
||||
dispatch(
|
||||
thumbnailReceived({
|
||||
thumbnailName: imageName,
|
||||
thumbnailType: imageType,
|
||||
})
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user