Skip to content

Commit

Permalink
Merge pull request #430 from ertush/hotfix
Browse files Browse the repository at this point in the history
Updated the Issue of users page
  • Loading branch information
ertush authored Jul 19, 2024
2 parents 8ac461c + 2319ecd commit f01ed30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/user/add.js
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ function User(props){

User.getInitialProps = async (ctx) => {
const zSchema = z.object({
id: z.string().uuid('Should be a uuid string'),
id: z.string().optional(),
})


Expand Down

0 comments on commit f01ed30

Please sign in to comment.