fix(calendar): Fix issue on template introduced in commit #275617650

This commit is contained in:
smizrahi
2024-06-19 09:37:22 +02:00
parent 2637434436
commit eee160e5bf

View File

@@ -14,7 +14,7 @@
<var:foreach list="repeatFrequenciesKey" item="item">
<md-option var:value="item"><var:string value="itemText"/></md-option>
</var:foreach>
<md-option var:value="custom" ng-if="editor.component.repeat.frequency == 'custom'"><var:string value="repeat_CUSTOM"/></md-option>
<md-option value="custom" ng-if="editor.component.repeat.frequency == 'custom'"><var:string label:value="repeat_CUSTOM"/></md-option>
</md-select>
</md-input-container>
<md-button type="button" class="sg-icon-button"