'Date componet added name attribute'
This commit is contained in:
@ -12,6 +12,7 @@
|
||||
:disabled="disabled"
|
||||
>
|
||||
<flat-picker slot-scope="{focus, blur}"
|
||||
:name="title"
|
||||
@on-open="focus"
|
||||
@on-close="blur"
|
||||
:config="dateConfig"
|
||||
|
2
resources/assets/js/mixins/spa-global.js
vendored
2
resources/assets/js/mixins/spa-global.js
vendored
@ -152,7 +152,7 @@ export default {
|
||||
|
||||
}, this)
|
||||
.catch(error => {
|
||||
this.onFailError(error)
|
||||
this.onFailError(error);
|
||||
}, this);
|
||||
},
|
||||
onDeleteEvent(event, form_list, event_id) {
|
||||
|
Reference in New Issue
Block a user