mirror of
https://github.com/plankanban/planka.git
synced 2025-12-25 17:25:01 +03:00
ref: Little refactoring
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user