Skip to content

Commit

Permalink
Update ManageSchools.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nakasyou authored Sep 3, 2023
1 parent fe018ab commit eed48cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions islands/admin/components/ManageSchools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default (props: Props) => {
}).json()
} catch (error) {
alert('エラーが発生しました。パスワードが間違っている可能性があります。')
alert(error)
throw error
}
setSchoolsData(result.schoolsData)
Expand Down

0 comments on commit eed48cd

Please sign in to comment.