Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Commit 65bdc5a

Browse files
authored
IR-3588 adding a tag component - ThumbnailLightTagComponent for filtering render settings light query (#10960)
* adding a tag component - ThumbnailLightTagComponent for filtering the query for light options in render settings primary light dropdown options * Revert "adding a tag component - ThumbnailLightTagComponent for filtering the query for light options in render settings primary light dropdown options" This reverts commit f792dfe. * reverting new tag component in favor of using SourceComponent as query filter
1 parent 815bda7 commit 65bdc5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/ui/src/components/editor/properties/render

packages/ui/src/components/editor/properties/render/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export const RenderSettingsEditor: EditorComponentType = (props) => {
119119
value: '' as EntityUUID
120120
}
121121
].concat(
122-
useQuery([DirectionalLightComponent]).map((entity) => {
122+
useQuery([DirectionalLightComponent, SourceComponent]).map((entity) => {
123123
return {
124124
label: getComponent(entity, NameComponent),
125125
value: getComponent(entity, UUIDComponent)

0 commit comments

Comments
 (0)