UBER-81: Fix move project (#3182)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2023-05-16 00:16:41 +07:00
committed by GitHub
parent ceec07d528
commit 3d4e19270b
17 changed files with 580 additions and 78 deletions
+5 -1
View File
@@ -314,7 +314,11 @@ export default mergeIds(trackerId, tracker, {
ProjectColor: '' as IntlString,
ProjectIconCategory: '' as IntlString,
ProjectEmojiiCategory: '' as IntlString
ProjectEmojiiCategory: '' as IntlString,
NoStatusFound: '' as IntlString,
CreateMissingStatus: '' as IntlString,
UnsetParent: '' as IntlString
},
component: {
NopeComponent: '' as AnyComponent,