diff --git a/src/photo/form/PhotoForm.tsx b/src/photo/form/PhotoForm.tsx index 147fadca..082505fe 100644 --- a/src/photo/form/PhotoForm.tsx +++ b/src/photo/form/PhotoForm.tsx @@ -291,7 +291,7 @@ export default function PhotoForm({ const footerForField = (key: keyof PhotoFormData) => { switch (key) { case 'url': - return photoStorageUrls.length === 0 + return type === 'edit' && photoStorageUrls.length === 0 ? No storage found for photo