mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ui): fix duplicate is_intermediate query param when fetching images
This commit is contained in:
@@ -256,7 +256,6 @@ export const imageUpdated = createAppAsyncThunk<
|
||||
export const IMAGES_PER_PAGE = 20;
|
||||
|
||||
const DEFAULT_IMAGES_LISTED_ARG = {
|
||||
isIntermediate: false,
|
||||
limit: IMAGES_PER_PAGE,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user