UBER-619: StatusPopup for creating/renaming (#3536)

Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
Vyacheslav Tumanov
2023-08-05 01:07:04 +07:00
committed by GitHub
parent 161d26ebeb
commit cd52b8e684
14 changed files with 244 additions and 153 deletions
+2 -1
View File
@@ -279,7 +279,8 @@ const task = plugin(taskId, {
component: {
KanbanTemplateEditor: '' as AnyComponent,
KanbanTemplateSelector: '' as AnyComponent,
TodoItemsPopup: '' as AnyComponent
TodoItemsPopup: '' as AnyComponent,
CreateStatePopup: '' as AnyComponent
},
ids: {
AssigneedNotification: '' as Ref<NotificationType>