mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
Can delete first image
This commit is contained in:
parent
bd80826002
commit
7dd1edac0b
@ -141,7 +141,7 @@ export const GalleryForm = ({ state, setState }: Props) => {
|
||||
</div>
|
||||
</div>
|
||||
<DialogModal
|
||||
isOpened={!!imageSelectedToDelete}
|
||||
isOpened={imageSelectedToDelete !== null}
|
||||
title='Are you sure?'
|
||||
showCloseButton={false}
|
||||
onClose={closeModal}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user