'Date componet added name attribute'

This commit is contained in:
Burak Civan
2021-05-21 18:26:46 +03:00
parent 3f7cef3de6
commit 6e5ffb9f7f
3 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,7 @@
:disabled="disabled"
>
<flat-picker slot-scope="{focus, blur}"
:name="title"
@on-open="focus"
@on-close="blur"
:config="dateConfig"

View File

@ -152,7 +152,7 @@ export default {
}, this)
.catch(error => {
this.onFailError(error)
this.onFailError(error);
}, this);
},
onDeleteEvent(event, form_list, event_id) {