From e64172c867b664051428cdb43a2551b2f36281be Mon Sep 17 00:00:00 2001 From: Ruslan Bayandinov <45530296+wazsone@users.noreply.github.com> Date: Mon, 7 Nov 2022 11:40:09 +0700 Subject: [PATCH] Allow to report time for sub-issue from main view (#2358) * allow to report time for sub-issue from main view Signed-off-by: Ruslan Bayandinov * add small gap between user and estimation Signed-off-by: Ruslan Bayandinov * remove unused import Signed-off-by: Ruslan Bayandinov Signed-off-by: Ruslan Bayandinov --- .../issues/timereport/EstimationSubIssueList.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/tracker-resources/src/components/issues/timereport/EstimationSubIssueList.svelte b/plugins/tracker-resources/src/components/issues/timereport/EstimationSubIssueList.svelte index 1bcd3b8f11..1c278f16fe 100644 --- a/plugins/tracker-resources/src/components/issues/timereport/EstimationSubIssueList.svelte +++ b/plugins/tracker-resources/src/components/issues/timereport/EstimationSubIssueList.svelte @@ -21,7 +21,7 @@ import { ContextMenu, FixedColumn, ListSelectionProvider, SelectDirection } from '@hcengineering/view-resources' import { getIssueId } from '../../../issues' import tracker from '../../../plugin' - import EstimationPresenter from './EstimationPresenter.svelte' + import EstimationEditor from './EstimationEditor.svelte' export let issues: Issue[] @@ -76,7 +76,7 @@ {issue.title} -
+
- +