Client Fixes (#8985)

* fix typos

* tasks created immediately

* fix page scroll when cancelling task edit

* fix cheklist editing + misc fixes to tasks modal

* remove console.log
This commit is contained in:
Matteo Pagliazzi
2017-08-24 16:48:52 +02:00
committed by GitHub
parent 2624b06729
commit 5c89451985
5 changed files with 13 additions and 8 deletions

View File

@@ -25,6 +25,7 @@ module.exports = function taskDefaults (task = {}) {
challenge: {
shortName: 'None',
},
group: {},
yesterDaily: true,
reminders: [],
attribute: 'str',