fix(QuickCardEditor): use correct ref on due date open

This commit is contained in:
Jordan Knott 2021-01-06 19:59:08 -06:00
parent 61e9249c98
commit 8b22d33dad

View File

@ -106,7 +106,7 @@ const QuickCardEditor = ({
ref={$dueDate} ref={$dueDate}
onClick={e => { onClick={e => {
e.stopPropagation(); e.stopPropagation();
onOpenDueDatePopup($labelsRef, task); onOpenDueDatePopup($dueDate, task);
}} }}
> >
Edit Due Date Edit Due Date