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
+4 -1
View File
@@ -69,7 +69,10 @@ export default mergeIds(taskId, task, {
Tasks: '' as IntlString,
Task: '' as IntlString,
AllTime: '' as IntlString
AllTime: '' as IntlString,
StatusName: '' as IntlString,
StatusPopupTitle: '' as IntlString,
NameAlreadyExists: '' as IntlString
},
status: {
AssigneeRequired: '' as IntlString