mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Refactor scrape dialog (#4069)
* Fix performer select showing blank values after scrape * Move and separate scrape dialog * Separate row components from scene scrape dialog * Refactor object creation * Refactor gallery scrape dialog
This commit is contained in:
@@ -255,6 +255,7 @@ export const GalleryEditPanel: React.FC<IProps> = ({
|
||||
return (
|
||||
<GalleryScrapeDialog
|
||||
gallery={currentGallery}
|
||||
galleryPerformers={performers}
|
||||
scraped={scrapedGallery}
|
||||
onClose={(data) => {
|
||||
onScrapeDialogClosed(data);
|
||||
|
||||
Reference in New Issue
Block a user