mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Fix UI crash when scraping new scene (#3283)
This commit is contained in:
@@ -436,7 +436,7 @@ export const SceneEditPanel: React.FC<IProps> = ({
|
||||
|
||||
const currentScene = getSceneInput(formik.values);
|
||||
if (!currentScene.cover_image) {
|
||||
currentScene.cover_image = scene.paths!.screenshot;
|
||||
currentScene.cover_image = scene.paths?.screenshot;
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user