From 6356bb1dbb0d35a72879675928a432d34b5fa4e6 Mon Sep 17 00:00:00 2001 From: sriram veeraghanta Date: Tue, 25 Feb 2025 17:56:11 +0530 Subject: [PATCH] fix: intake work item creation refactor --- web/core/components/dropdowns/state.tsx | 2 +- .../components/inbox/modals/create-modal/issue-properties.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/web/core/components/dropdowns/state.tsx b/web/core/components/dropdowns/state.tsx index 838813019..9af77dd7e 100644 --- a/web/core/components/dropdowns/state.tsx +++ b/web/core/components/dropdowns/state.tsx @@ -234,11 +234,11 @@ export const StateDropdown: React.FC = observer((props) => { filteredOptions.length > 0 ? ( filteredOptions.map((option) => ( )) ) : ( diff --git a/web/core/components/inbox/modals/create-modal/issue-properties.tsx b/web/core/components/inbox/modals/create-modal/issue-properties.tsx index c5bcc965a..e237503f4 100644 --- a/web/core/components/inbox/modals/create-modal/issue-properties.tsx +++ b/web/core/components/inbox/modals/create-modal/issue-properties.tsx @@ -61,6 +61,7 @@ export const InboxIssueProperties: FC = observer((props) projectId={projectId} buttonVariant="border-with-text" tabIndex={getIndex("state_id")} + isForWorkItemCreation={!data?.id} />