From 05fb303f0c78d3f33495508c78c87e5cab8191f6 Mon Sep 17 00:00:00 2001 From: Filip Leitner Date: Mon, 9 Dec 2024 14:01:36 +0100 Subject: [PATCH] fix(styler): Emmit change from hs-filter --- projects/hslayers/common/filters/filter.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/hslayers/common/filters/filter.component.html b/projects/hslayers/common/filters/filter.component.html index f481dc28c3..d4f61d6c16 100644 --- a/projects/hslayers/common/filters/filter.component.html +++ b/projects/hslayers/common/filters/filter.component.html @@ -13,7 +13,7 @@ @for (item of filter; track item; let i = $index) {
@if (i>0) { - + }
} @@ -22,4 +22,4 @@ @if (filter.length > 1 && !(hsFiltersService.isLogOp(filter))) { } - + \ No newline at end of file