diff --git a/apps/portal/src/components/questions/ContributeQuestionCard.tsx b/apps/portal/src/components/questions/ContributeQuestionCard.tsx index ff492fb7..54df1080 100644 --- a/apps/portal/src/components/questions/ContributeQuestionCard.tsx +++ b/apps/portal/src/components/questions/ContributeQuestionCard.tsx @@ -15,19 +15,20 @@ export default function ContributeQuestionCard() { setShowDraftDialog(false); }; - const handleOnFocus = () => { - (document.activeElement as HTMLElement).blur(); + const handleOpenContribute = () => { setShowDraftDialog(true); }; return ( <> -