0
 <button
                            className="btn btn-info"
                            onClick={() => {
                              dispatch(detailsEdit(data));
                              **navigate('/adminClientEdit');**
                            }}
                          >
                            More Details
                          </button>

I need to navigate and view more pages.in this till dispatch working properly.

  • If you added the asterisks to highlight code, please don't. It's just confusing. Use proper comment markup. Please see [ask] and revise your post to be more clear about the problem. – isherwood Dec 07 '22 at 13:39

0 Answers0