fix(ui): fix duplicate is_intermediate query param when fetching images

This commit is contained in:
psychedelicious
2023-06-24 11:47:28 +10:00
parent a6c615a98c
commit 0472b33164
4 changed files with 8 additions and 3 deletions

View File

@@ -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,
};