registerValidations

parent fdba7b09
...@@ -17,7 +17,7 @@ const Home = memo(() => { ...@@ -17,7 +17,7 @@ const Home = memo(() => {
const testDispatch=useCallback(()=>{ const testDispatch=useCallback(()=>{
console.log(users) console.log(users)
dispatch(updateCartItems({userId:"bhanu",updateCartlist:Items})) dispatch(updateCartItems({userId:"Prashanth",updateCartlist:Items}))
},[users]) },[users])
useEffect(() => { useEffect(() => {
......
...@@ -32,21 +32,6 @@ p, div { ...@@ -32,21 +32,6 @@ p, div {
} }
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 { .userId, .fname, .lname, .email, .mobile, .password, .confirmpassword {
display: flex; 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