Skip to content

Commit

Permalink
Fix gallery url scraping
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilo2 authored Oct 9, 2023
1 parent b5117fd commit c1d3104
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit c1d3104

Please sign in to comment.