TSK-1404 Improve sprint filter (#3164)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2023-05-11 14:26:17 +07:00
committed by GitHub
parent 2e6181acf1
commit bbf81ada7c
11 changed files with 339 additions and 74 deletions
+2 -1
View File
@@ -52,7 +52,8 @@ export default mergeIds(trackerId, tracker, {
SprintSelector: '' as AnyComponent,
IssueStatistics: '' as AnyComponent,
TimeSpendReportPopup: '' as AnyComponent,
NotificationIssuePresenter: '' as AnyComponent
NotificationIssuePresenter: '' as AnyComponent,
SprintFilter: '' as AnyComponent
},
app: {
Tracker: '' as Ref<Application>