Format assignee and due date

This commit is contained in:
2018-07-01 14:47:08 -07:00
parent 52ee057924
commit da9dd3578f
4 changed files with 60 additions and 14 deletions

View File

@@ -32,7 +32,7 @@ class Ui(object):
stories,
self.task_details,
self.task_list,
None).component())
None, None, None).component())
thread = Thread(target=runInThread())
thread.start()