mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-24 14:45:36 +00:00
Revert "fix(task-modal): don't submit task without title"
This reverts commit c96d3c8ec5.
This commit is contained in:
parent
477743260a
commit
5b215470f7
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue