diff --git a/ui/src/components/IssueColumns.tsx b/ui/src/components/IssueColumns.tsx index dd68f84aca..4e5ab07b9d 100644 --- a/ui/src/components/IssueColumns.tsx +++ b/ui/src/components/IssueColumns.tsx @@ -151,7 +151,7 @@ export function InboxIssueMetaLeading({ return ( <> {showStatus ? ( - + {statusSlot ?? } ) : null} diff --git a/ui/src/components/IssuesList.tsx b/ui/src/components/IssuesList.tsx index 54a8016e9c..b1781e52c9 100644 --- a/ui/src/components/IssuesList.tsx +++ b/ui/src/components/IssuesList.tsx @@ -1786,7 +1786,7 @@ export function IssuesList({ ) : ( - { e.preventDefault(); e.stopPropagation(); }}> + { e.preventDefault(); e.stopPropagation(); }}> onUpdateIssue(issue.id, { status: s })} /> ) @@ -1812,7 +1812,7 @@ export function IssuesList({ showIdentifier={visibleIssueColumnSet.has("id") && availableIssueColumnSet.has("id")} checklistStepNumber={checklistStepNumber} statusSlot={( - { e.preventDefault(); e.stopPropagation(); }}> + { e.preventDefault(); e.stopPropagation(); }}> onUpdateIssue(issue.id, { status: s })} /> )}