fix: Replace addGeneratedImage with addToGallery
Some checks are pending
CI / build (18.x) (push) Waiting to run
CI / build (20.x) (push) Waiting to run

This commit is contained in:
Khoa.vo 2026-01-07 19:28:08 +07:00
parent bf4a56e550
commit 2e203dad19

View file

@ -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);