diff --git a/frontend/src/shared/components/QuickCardEditor/index.tsx b/frontend/src/shared/components/QuickCardEditor/index.tsx index ccbd794..eabf862 100644 --- a/frontend/src/shared/components/QuickCardEditor/index.tsx +++ b/frontend/src/shared/components/QuickCardEditor/index.tsx @@ -106,7 +106,7 @@ const QuickCardEditor = ({ ref={$dueDate} onClick={e => { e.stopPropagation(); - onOpenDueDatePopup($labelsRef, task); + onOpenDueDatePopup($dueDate, task); }} > Edit Due Date