Fix gallery url scraping (#4187)

This commit is contained in:
Emilo2 2023-10-10 06:08:48 +03:00 committed by GitHub
parent eca2f9b97d
commit c109a58231
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -303,7 +303,7 @@ export const GalleryEditPanel: React.FC<IProps> = ({
}
if (galleryData.urls) {
formik.setFieldValue("url", galleryData.urls);
formik.setFieldValue("urls", galleryData.urls);
}
if (galleryData.studio?.stored_id) {