mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 12:49:43 +02:00
fix: Use correct action to clear user creation error
This commit is contained in:
parent
8df49a636a
commit
b2e8c453b7
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ const AddStep = React.memo(({ onClose }) => {
|
|||
);
|
||||
|
||||
const handleMessageDismiss = useCallback(() => {
|
||||
dispatch(entryActions.clearUserPasswordUpdateError());
|
||||
dispatch(entryActions.clearUserCreateError());
|
||||
}, [dispatch]);
|
||||
|
||||
const handleSelectRoleClick = useCallback(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue