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