Skip to content

Commit

Permalink
variable name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
devsisingh committed Jun 25, 2024
1 parent 899aff1 commit 8ac63f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/create-phygital-detail/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ export default function CreatePhygitalDetail() {
const form = useForm<z.infer<typeof formSchema>>({
resolver: zodResolver(formSchema),
defaultValues: {
colours: '',
colour: '',
size: '',
weight: '',
material: '',
usage: '',
uniqueQuality: '',
quality: '',
manufacturer: '',
madeIn: '',
origin_country: '',
},
})

Expand Down

0 comments on commit 8ac63f0

Please sign in to comment.