fix(QuickCardEditor): use correct ref on due date open
This commit is contained in:
parent
61e9249c98
commit
8b22d33dad
@ -106,7 +106,7 @@ const QuickCardEditor = ({
|
||||
ref={$dueDate}
|
||||
onClick={e => {
|
||||
e.stopPropagation();
|
||||
onOpenDueDatePopup($labelsRef, task);
|
||||
onOpenDueDatePopup($dueDate, task);
|
||||
}}
|
||||
>
|
||||
Edit Due Date
|
||||
|
Loading…
Reference in New Issue
Block a user