This commit is contained in:
les
2020-08-31 16:25:18 +02:00
parent 6eebdff23c
commit b75f8c1286

View File

@@ -105,7 +105,7 @@
template(v-slot:activator='{ on }') template(v-slot:activator='{ on }')
v-text-field( v-text-field(
:label="$t('event.from')" :label="$t('event.from')"
:rules="validators.required('from')" :rules="[validators.required('from')]"
:value='time.start' :value='time.start'
v-on='on' v-on='on'
clearable) clearable)