mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 12:47:45 +02:00
UBER-799: Allow extensions to tracker for github (#3727)
This commit is contained in:
@@ -32,7 +32,9 @@ export default mergeIds(trackerId, tracker, {
|
||||
viewlet: {
|
||||
SubIssues: '' as Ref<Viewlet>,
|
||||
List: '' as Ref<ViewletDescriptor>,
|
||||
Kanban: '' as Ref<ViewletDescriptor>
|
||||
Kanban: '' as Ref<ViewletDescriptor>,
|
||||
MilestoneIssuesList: '' as Ref<Viewlet>,
|
||||
ComponentIssuesList: '' as Ref<Viewlet>
|
||||
},
|
||||
string: {
|
||||
More: '' as IntlString,
|
||||
|
||||
Reference in New Issue
Block a user