Skip to content
Snippets Groups Projects
Commit 785ead61 authored by Marcel Nellesen's avatar Marcel Nellesen
Browse files

Fix: Updated dependencies (coscine/issues#1142)

parent 796f73f3
No related branches found
No related tags found
No related merge requests found
{
"name": "@coscine/form-generator",
"version": "1.8.4",
"version": "1.9.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
......@@ -80,7 +80,7 @@ export default Vue.extend({
this.selectedDate = new Date();
} else {
this.selectedDate = new Date(
this.formData[this.nodeName][0]['value'] + " UTC"
this.formData[this.nodeName][0]['value']
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment