Update date_time_group.blade.php

This commit is contained in:
Steven Brauer
2021-02-13 19:42:51 +01:00
committed by GitHub
parent cffed52c27
commit 4f02f14056

View File

@ -43,6 +43,8 @@
maxDate: {{ $attributes['max-date'] }}
@endif
}"
locale="{{ language()->getShortCode() }}"
@if (!empty($attributes['v-model']))
@interface="form.errors.clear('{{ $attributes['v-model'] }}'); {{ $attributes['v-model'] . ' = $event' }}"