mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44: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);
|
const currentScene = getSceneInput(formik.values);
|
||||||
if (!currentScene.cover_image) {
|
if (!currentScene.cover_image) {
|
||||||
currentScene.cover_image = scene.paths!.screenshot;
|
currentScene.cover_image = scene.paths?.screenshot;
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user