Fix syntax error in fluid template
This commit is contained in:
@@ -256,7 +256,7 @@
|
||||
:class="{ checked: isIncludedInput('dateFrom') || isIncludedInput('dateTo') }"></span>
|
||||
<div class="config-selected__items">
|
||||
<span class="config-selected__placeholder"
|
||||
v-if="!isIncludedInput('dateFrom') && !isIncludedInput('dateTo')">{f:translate(key: 'tx_epevents.label.date', extensionName: 'EpEvents')</span>
|
||||
v-if="!isIncludedInput('dateFrom') && !isIncludedInput('dateTo')">{f:translate(key: 'tx_epevents.label.date', extensionName: 'EpEvents')}</span>
|
||||
{{ dateRangeFormatted }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user