fix: Replace addGeneratedImage with addToGallery
This commit is contained in:
parent
bf4a56e550
commit
2e203dad19
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ export function Gallery() {
|
|||
}));
|
||||
|
||||
// Add to store
|
||||
newImages.forEach(addGeneratedImage);
|
||||
newImages.forEach(addToGallery);
|
||||
|
||||
alert('✨ Remix complete! New images added to gallery.');
|
||||
setEditModalOpen(false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue