Skip to content

Commit ceac499

Browse files
committed
fix: issue with types
1 parent 1080e94 commit ceac499

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/Pages/Intake/ParticipantRegister.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default function ParticipantRegister() {
1111
phone_number: '',
1212
password: '',
1313
password_confirmation: '',
14-
terms: false,
14+
terms: false as boolean,
1515
})
1616

1717
useEffect(() => {

0 commit comments

Comments
 (0)