mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix moving items to uncategorized updating
This commit is contained in:
parent
339dddd018
commit
e92af52fb8
@ -417,6 +417,7 @@ export const imagesApi = api.injectEndpoints({
|
|||||||
type: 'BoardImagesTotal',
|
type: 'BoardImagesTotal',
|
||||||
id: imageDTO.board_id ?? 'none',
|
id: imageDTO.board_id ?? 'none',
|
||||||
},
|
},
|
||||||
|
{ type: 'BoardImagesTotal', id: 'none' },
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user