If the title is not provided to the FilterComponent then the title div is not rendered

This commit is contained in:
Paolo
2022-11-04 14:06:50 +01:00
parent 317a1f87fa
commit 50bf478f0b
+1 -1
View File
@@ -533,7 +533,7 @@ export const CoreFilterCmpt = {
@data-fetched="fetchCmptDataFetched">
</core-fetch-cmpt>
<div class="row">
<div class="row" v-if="title != null && title != ''">
<div class="col-lg-12">
<h3 class="page-header">
{{ title }}