Skip to content

Commit

Permalink
enrollment problem
Browse files Browse the repository at this point in the history
  • Loading branch information
thakiyudheen committed Jul 22, 2024
1 parent 61d3209 commit 158cd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/auth/Signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const Signup: React.FC = () => {
navigator('/');
return;
}
if(location.state.role){
if(location?.state){

const signUpData: any = {
role: location.state.role,
Expand Down

0 comments on commit 158cd6d

Please sign in to comment.