mirror of
https://github.com/plankanban/planka.git
synced 2025-12-28 01:11:54 +03:00
fix: Use correct action to clear user creation error
This commit is contained in:
@@ -117,7 +117,7 @@ const AddStep = React.memo(({ onClose }) => {
|
||||
);
|
||||
|
||||
const handleMessageDismiss = useCallback(() => {
|
||||
dispatch(entryActions.clearUserPasswordUpdateError());
|
||||
dispatch(entryActions.clearUserCreateError());
|
||||
}, [dispatch]);
|
||||
|
||||
const handleSelectRoleClick = useCallback(() => {
|
||||
|
||||
Reference in New Issue
Block a user