feat: Add existing image display to image upload modal
This commit is contained in:
@@ -103,6 +103,8 @@
|
||||
name={adventureToEdit.name}
|
||||
on:submit={upload}
|
||||
on:close={() => (isImageModalOpen = false)}
|
||||
existingImageKey={adventureToEdit.imageUrl}
|
||||
bucket="adventures"
|
||||
/>
|
||||
{/if}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user