Revert "fix(task-modal): don't submit task without title"
This reverts commit c96d3c8ec5.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user