Fixes “New task” modal.
parent
db93b44073
commit
bc22873cb9
|
@ -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" ]
|
||||
|
||||
|
|
Loading…
Reference in New Issue