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}
|
ref={$dueDate}
|
||||||
onClick={e => {
|
onClick={e => {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
onOpenDueDatePopup($labelsRef, task);
|
onOpenDueDatePopup($dueDate, task);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Edit Due Date
|
Edit Due Date
|
||||||
|
Loading…
Reference in New Issue
Block a user