FIX image render

This commit is contained in:
Eddi3_As 2025-03-04 19:59:05 -05:00
parent 0f87bab5ff
commit f8357883e6

View file

@ -67,8 +67,9 @@ const ImageDialog: React.FC<Props> = ({ galleryOpen, admin, setDialogOpen, setIm
}; };
const onCopy = (id: string) => { const onCopy = (id: string) => {
const escLink = 'http://localhost:4400/api/image/get/'+id;
setCopiedId(id); setCopiedId(id);
setImageLinks(prevLinks => [...prevLinks, id]); setImageLinks(prevLinks => [...prevLinks, escLink]);
}; };
const handleNextPage = () => { const handleNextPage = () => {