Fixes “New task” modal.
This commit is contained in:
parent
db93b44073
commit
bc22873cb9
@ -118,7 +118,7 @@ Project = (self, todod-ws, users-cache) ->
|
|||||||
h \a.navbar-item.has-text-success {
|
h \a.navbar-item.has-text-success {
|
||||||
key: "navbar-new-task"
|
key: "navbar-new-task"
|
||||||
onclick: ->
|
onclick: ->
|
||||||
modal := TaskCreationModal self, self.todod-ws, users-cache
|
modal := TaskCreationModal self, self.todod-ws, {}, users-cache
|
||||||
} [
|
} [
|
||||||
h \span [ "New task" ]
|
h \span [ "New task" ]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user