-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FIX register form policyId and amount field error #23
Conversation
@cnych is attempting to deploy a commit to the Story Protocol Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for contributing, I think we also need to update the type check for zod on L18 to be string. Other than that it looks good!
L18 is |
You're right in that it should be |
I see, has update the amount type to string. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
fix register page policyId is optional on
Register IP Asset form
.fix register page amount should number, but received string on
Mint License NFT form
.