We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7876a commit 0d85f61Copy full SHA for 0d85f61
1 file changed
src/pages/CreateApp/ERC8004Form.tsx
@@ -18,7 +18,7 @@ type Props = {
18
}
19
20
export const ERC8004Form: FC<Props> = ({ handleNext, handleBack, inputs, metadata, setAppDataForm }) => {
21
- const [skipERC8004, setSkipERC8004] = useState(false)
+ const [skipERC8004, setSkipERC8004] = useState(true)
22
23
const form = useForm<ERC8004FormData>({
24
resolver: skipERC8004 ? undefined : zodResolver(erc8004Schema),
0 commit comments