diff --git a/src/webcomponents/commons/forms/section-filter.js b/src/webcomponents/commons/forms/section-filter.js index 822c01c10..9d8e766fc 100644 --- a/src/webcomponents/commons/forms/section-filter.js +++ b/src/webcomponents/commons/forms/section-filter.js @@ -14,12 +14,9 @@ * limitations under the License. */ -import {LitElement, html} from "lit"; +import {LitElement, html, nothing} from "lit"; import UtilsNew from "../../../core/utils-new.js"; -/** - * This is a wrapper component of a group of filters -* */ export default class SectionFilter extends LitElement { constructor() { @@ -54,22 +51,17 @@ export default class SectionFilter extends LitElement { render() { const id = this.config.title.replace(/ /g, ""); return this.config && this.filters?.length > 0 ? html` -
-