mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-12 15:24:55 -05:00
fix(ui): invalidate image name list cache on mutation
This commit is contained in:
@@ -601,7 +601,7 @@ export const getTagsToInvalidateForImageMutation = (image_names: string[]): ApiT
|
||||
};
|
||||
|
||||
export const getTagsToInvalidateForBoardAffectingMutation = (affected_boards: string[]): ApiTagDescription[] => {
|
||||
const tags: ApiTagDescription[] = [];
|
||||
const tags: ApiTagDescription[] = ['ImageNameList'];
|
||||
|
||||
for (const board_id of affected_boards) {
|
||||
tags.push({
|
||||
|
||||
Reference in New Issue
Block a user