Fix scene gallery selection (#990)

This commit is contained in:
InfiniteTF
2020-12-11 01:15:32 +01:00
committed by GitHub
parent fad64ba126
commit 4a08bd351a
2 changed files with 16 additions and 7 deletions

View File

@@ -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>