Skip to content

Commit 62a38a8

Browse files
authored
fix: missing passing of customEditorInterfaces (#1850)
1 parent 35c1e74 commit 62a38a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

elements/layercontrol/src/components/layer-group.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ export class EOxLayerControlLayerGroup extends LitElement {
196196
.unstyled=${this.unstyled}
197197
.toolsAsList=${this.toolsAsList}
198198
.globallyExclusiveLayers=${this.globallyExclusiveLayers}
199+
.customEditorInterfaces=${this.customEditorInterfaces}
199200
@changed=${() => this.requestUpdate()}
200201
></eox-layercontrol-layer-list>
201202
</details>

0 commit comments

Comments
 (0)