This commit is contained in:
lesion 2023-11-09 22:39:29 +01:00
parent 54af7c662d
commit 90ffa5e878
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -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