diff --git a/client/project.ls b/client/project.ls index e616329..52a580f 100644 --- a/client/project.ls +++ b/client/project.ls @@ -118,7 +118,7 @@ Project = (self, todod-ws, users-cache) -> h \a.navbar-item.has-text-success { key: "navbar-new-task" onclick: -> - modal := TaskCreationModal self, self.todod-ws, users-cache + modal := TaskCreationModal self, self.todod-ws, {}, users-cache } [ h \span [ "New task" ]