mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Fix scene gallery selection (#990)
This commit is contained in:
@@ -598,7 +598,7 @@ export const SceneEditPanel: React.FC<IProps> = (props: IProps) => {
|
||||
<Col xs={9}>
|
||||
<SceneGallerySelect
|
||||
sceneId={props.scene.id}
|
||||
initialId={galleryId}
|
||||
gallery={props.scene.gallery ?? undefined}
|
||||
onSelect={(item) => setGalleryId(item ? item.id : undefined)}
|
||||
/>
|
||||
</Col>
|
||||
|
||||
Reference in New Issue
Block a user