Revert "fix(task-modal): don't submit task without title"

This reverts commit c96d3c8ec5.
This commit is contained in:
Sabe Jones 2019-10-11 16:32:33 -05:00
parent 477743260a
commit 5b215470f7

View file

@ -920,7 +920,6 @@ export default {
}
},
async submit () {
if (!this.task.title) return;
if (this.newChecklistItem) this.addChecklistItem();
// TODO Fix up permissions on task.group so we don't have to keep doing these hacks