mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-18 15:24:20 -05:00
refactor(ui): use image names for selection instead of dtos
Update the frontend to incorporate the previous changes to how image selection and general image identification is handled in the frontend.
This commit is contained in:
@@ -22,7 +22,7 @@ export const DeleteImageModal = memo(() => {
|
||||
|
||||
return (
|
||||
<ConfirmationAlertDialog
|
||||
title={`${t('gallery.deleteImage', { count: state.imageDTOs.length })}2`}
|
||||
title={`${t('gallery.deleteImage', { count: state.image_names.length })}2`}
|
||||
isOpen={state.isOpen}
|
||||
onClose={api.close}
|
||||
cancelButtonText={t('common.cancel')}
|
||||
|
||||
Reference in New Issue
Block a user