From 97bc153ef9d6fdd9a921fbceb3fb859247ab4193 Mon Sep 17 00:00:00 2001 From: Lakhan Baheti <94619783+1akhanBaheti@users.noreply.github.com> Date: Wed, 6 Dec 2023 14:29:07 +0530 Subject: [PATCH] fix: bugs & improvements (#2998) * fix: create more toggle in update issue modal * fix: spreadsheet estimate column hide * fix: flickering in all the layouts * fix: logs --- web/components/issues/form.tsx | 20 ++++++++++--------- .../roots/all-issue-layout-root.tsx | 4 ++-- .../issue-layouts/roots/cycle-layout-root.tsx | 4 ++-- .../roots/module-layout-root.tsx | 4 ++-- .../roots/project-layout-root.tsx | 4 ++-- .../spreadsheet/columns/columns-list.tsx | 9 ++++++++- 6 files changed, 27 insertions(+), 18 deletions(-) diff --git a/web/components/issues/form.tsx b/web/components/issues/form.tsx index 643b60460..cece47582 100644 --- a/web/components/issues/form.tsx +++ b/web/components/issues/form.tsx @@ -602,16 +602,18 @@ export const IssueForm: FC = observer((props) => {
-
setCreateMore((prevData) => !prevData)} - > -
- {}} size="sm" /> + {!status && ( +
setCreateMore((prevData) => !prevData)} + > +
+ {}} size="sm" /> +
+ Create more
- Create more -
-
+ )} +