diff --git a/src/PhotoManager/PhotoGallery.tsx b/src/PhotoManager/PhotoGallery.tsx index 2948a5c..b65d67f 100644 --- a/src/PhotoManager/PhotoGallery.tsx +++ b/src/PhotoManager/PhotoGallery.tsx @@ -107,7 +107,7 @@ const Service = () => { const itemsLength = currentImageGallery()?.props?.items?.length console.log('itemsLength', itemsLength) if (itemsLength && itemsLength <= 1) { - await delay(2000) + await delay(1250) doRefetch() } })()