Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
lahcenbcf committed Jun 20, 2024
1 parent d2974b5 commit 6190108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/FormPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default function ProfileForm() {
const [message,setMessage]=useState("")
const [showModal,setShowModal]=useState(false)
const [isError,setIsError]=useState(false)
const [previousCode,setPreviousCode]=useState("")
const [modalMessage,setModalMessage]=useState("")
const {
register,
Expand Down

0 comments on commit 6190108

Please sign in to comment.