TSK-651: Fix Team editing (#2611)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2023-02-09 23:50:30 +07:00
committed by GitHub
parent 0e12e73172
commit 0f503edccb
33 changed files with 382 additions and 398 deletions
-3
View File
@@ -193,9 +193,6 @@ export interface Issue extends AttachedDoc {
childInfo: IssueChildInfo[]
workDayLength: WorkDayLength
defaultTimeReportDay: TimeReportDayType
template?: {
// A template issue is based on
template: Ref<IssueTemplate>