Fixes “New task” modal.

dev
Luka Vandervelden 2019-12-23 23:56:19 +01:00
parent db93b44073
commit bc22873cb9
1 changed files with 1 additions and 1 deletions

View File

@ -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" ]