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 8ac63f0 commit 923ae2d
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 @@ -152,7 +152,7 @@ export default function CreatePhygitalDetail() {
<form onSubmit={form.handleSubmit(onSubmit)}>
<div className='py-4 px-32 flex flex-col gap-12'>
<FormField
name='colours'
name='colour'
control={form.control}
render={({ field }) => (
<FormItem>
Expand Down Expand Up @@ -260,7 +260,7 @@ export default function CreatePhygitalDetail() {
/>

<FormField
name='uniqueQuality'
name='quality'
control={form.control}
render={({ field }) => (
<FormItem>
Expand Down Expand Up @@ -298,7 +298,7 @@ export default function CreatePhygitalDetail() {
/>

<FormField
name='madeIn'
name='origin_country'
control={form.control}
render={({ field }) => (
<FormItem>
Expand Down

0 comments on commit 923ae2d

Please sign in to comment.