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
@@ -65,9 +65,7 @@
estimation: 0,
reportedTime: 0,
reports: 0,
childInfo: [],
workDayLength: currentTeam.workDayLength,
defaultTimeReportDay: currentTeam.defaultTimeReportDay
childInfo: []
}
}
@@ -247,7 +245,7 @@
labels = labels.filter((it) => it._id !== evt.detail)
}}
/>
<EstimationEditor kind={'no-border'} size={'small'} value={newIssue} />
<EstimationEditor kind={'no-border'} size={'small'} value={newIssue} {currentTeam} />
</div>
<div class="buttons-group small-gap">
<Button label={presentation.string.Cancel} size="small" kind="transparent" on:click={close} />