mirror of
https://github.com/plankanban/planka.git
synced 2025-08-02 20:15:27 +02:00
ref: Little refactoring
This commit is contained in:
parent
6dfb5ba024
commit
ef35ec279e
1 changed files with 1 additions and 3 deletions
|
@ -75,9 +75,7 @@ const MoreActionsStep = React.memo(({ onClose }) => {
|
|||
})})`,
|
||||
}),
|
||||
);
|
||||
|
||||
onClose();
|
||||
}, [onClose, card.name, dispatch, t]);
|
||||
}, [card.name, dispatch, t]);
|
||||
|
||||
const handleEditTypeClick = useCallback(() => {
|
||||
openStep(StepTypes.EDIT_TYPE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue