registerValidations

parent fdba7b09
......@@ -17,7 +17,7 @@ const Home = memo(() => {
const testDispatch=useCallback(()=>{
console.log(users)
dispatch(updateCartItems({userId:"bhanu",updateCartlist:Items}))
dispatch(updateCartItems({userId:"Prashanth",updateCartlist:Items}))
},[users])
useEffect(() => {
......
......@@ -31,22 +31,7 @@ p, div {
color: #222;
}
button {
min-width: 100%;
cursor: pointer;
margin-right: 0.25em;
margin-top: 0.5em;
padding: 0.938em;
border: none;
border-radius: 4px;
background-color: rgb(22, 165, 58);
color: #fefefe;
}
button:hover {
background-color: rgb(6, 73, 11);
color: #fefefe;
}
.userId, .fname, .lname, .email, .mobile, .password, .confirmpassword {
display: flex;
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment