1
0
Fork 0
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:
Maksim Eltyshev 2025-06-16 22:37:41 +02:00
parent 8df49a636a
commit b2e8c453b7

View file

@ -117,7 +117,7 @@ const AddStep = React.memo(({ onClose }) => {
);
const handleMessageDismiss = useCallback(() => {
dispatch(entryActions.clearUserPasswordUpdateError());
dispatch(entryActions.clearUserCreateError());
}, [dispatch]);
const handleSelectRoleClick = useCallback(() => {