Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -104,6 +104,7 @@ function RegisterPage(props) { | ... | @@ -104,6 +104,7 @@ function RegisterPage(props) { |
104 | gender: Sex, | 104 | gender: Sex, |
105 | }; | 105 | }; |
106 | 106 | ||
107 | + // 액션생성함수 | ||
107 | dispatch(register(UserData)); | 108 | dispatch(register(UserData)); |
108 | registerResult.then((result) => { | 109 | registerResult.then((result) => { |
109 | console.log(result); | 110 | console.log(result); | ... | ... |
-
Please register or login to post a comment