Skip to content

Commit

Permalink
Merge pull request #208 from GreenTeaProgrammers/fix/frontend/nursery…
Browse files Browse the repository at this point in the history
…/register

Hotfix:保育園登録ページのフォームを修正
  • Loading branch information
KikyoNanakusa authored Feb 23, 2024
2 parents 9d1c929 + 003bd31 commit d8edd67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ class _RegisterPageState extends State<RegisterPage> {

try {
CreateNurseryResponse res = await createNursery(
_nameController.text,
_emailController.text,
_passwordController.text,
_phoneNumberController.text,
_addressController.text,
_nameController.text,
);

NurseryData().setNursery(res.nursery);
Expand Down

0 comments on commit d8edd67

Please sign in to comment.