mirror of
https://github.com/reiyua/RaysBookClub.git
synced 2026-01-20 15:37:47 +00:00
Add Handler to stop page refreshing upon submission
This commit is contained in:
parent
af5171baa3
commit
90fd5583fd
1 changed files with 6 additions and 0 deletions
|
|
@ -5,6 +5,12 @@ import Col from 'react-bootstrap/Col';
|
|||
import Button from "react-bootstrap/Button"
|
||||
|
||||
export function Signup ( props ) {
|
||||
|
||||
const submitHandler = (evt) => {
|
||||
evt.preventDefault()
|
||||
}
|
||||
|
||||
|
||||
return (
|
||||
|
||||
<Container>
|
||||
|
|
|
|||
Loading…
Reference in a new issue