This commit is contained in:
Pieter Vander Vennet 2024-07-18 19:51:14 +02:00
parent f82eefc3ae
commit 6f59b09c11

View file

@ -65,7 +65,7 @@ class ExpandFilter extends DesugaringStep<LayerConfigJson> {
for (let i = 0; i < json.tagRenderings?.length; i++){
const tagRendering = <TagRenderingConfigJson> json.tagRenderings[i]
if(!tagRendering.filter){
if(!tagRendering?.filter){
continue
}
for (const filterName of tagRendering.filter ?? []) {