Skip to content

Commit

Permalink
fix(compositions):sublayers prop casing
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipLeitner authored and jmacura committed Nov 29, 2024
1 parent eb8af73 commit a26da6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export class HsCompositionsLayerParserService {
/**
* Allows sublayer definition in compositions as
*/
layer: lyr_def.sublayers?.split(',') || lyr_def.title,
layer: lyr_def.subLayers?.split(',') || lyr_def.title,
owrCache: false,
getOnly: true,
layerOptions: {
Expand Down

0 comments on commit a26da6c

Please sign in to comment.