diff --git a/components/DateInput.vue b/components/DateInput.vue index 5b1757f6..beae5d5b 100644 --- a/components/DateInput.vue +++ b/components/DateInput.vue @@ -8,8 +8,6 @@ v-col(cols=12) p {{ $t(`event.${type}_description`) }} - span {{ value }} - v-btn-toggle.v-col-6.flex-column.flex-sm-row(v-if='type === "recurrent"' color='primary' :value='value.recurrent.frequency' @change='fq => change("frequency", fq)') v-btn(v-for='f in frequencies' :key='f.value' :value='f.value') {{ f.text }} client-only