From bc22873cb9c2876afd135b4d5bc41facee4b8e8b Mon Sep 17 00:00:00 2001 From: Luka Vandervelden Date: Mon, 23 Dec 2019 23:56:19 +0100 Subject: [PATCH] =?UTF-8?q?Fixes=20=E2=80=9CNew=20task=E2=80=9D=20modal.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/project.ls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]