Status filters in table view (#693)

Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
Denis Bykhov
2021-12-21 10:36:50 +01:00
committed by GitHub
parent f5aa8249dc
commit cb011b50af
18 changed files with 766 additions and 490 deletions
+2 -1
View File
@@ -56,7 +56,8 @@ export default mergeIds(taskId, task, {
StateEditor: '' as AnyComponent,
KanbanView: '' as AnyComponent,
Todos: '' as AnyComponent,
TodoItemPresenter: '' as AnyComponent
TodoItemPresenter: '' as AnyComponent,
StatusTableView: '' as AnyComponent
},
string: {
Task: '' as IntlString,