mirror of
https://github.com/plankanban/planka.git
synced 2025-12-26 17:25:03 +03:00
ref: Remove board types, refactoring
This commit is contained in:
@@ -56,10 +56,8 @@ const AddStep = React.memo(
|
||||
userId: step.params.userId,
|
||||
...data,
|
||||
});
|
||||
|
||||
onClose();
|
||||
},
|
||||
[onCreate, onClose, step],
|
||||
[onCreate, step],
|
||||
);
|
||||
|
||||
useEffect(() => {
|
||||
@@ -79,6 +77,7 @@ const AddStep = React.memo(
|
||||
buttonContent="action.addMember"
|
||||
onSelect={handleRoleSelect}
|
||||
onBack={handleBack}
|
||||
onClose={onClose}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user