diff --git a/src/app/create-phygital-detail/page.tsx b/src/app/create-phygital-detail/page.tsx index 30ea05c..55de51b 100644 --- a/src/app/create-phygital-detail/page.tsx +++ b/src/app/create-phygital-detail/page.tsx @@ -71,14 +71,14 @@ export default function CreatePhygitalDetail() { const form = useForm>({ resolver: zodResolver(formSchema), defaultValues: { - colours: '', + colour: '', size: '', weight: '', material: '', usage: '', - uniqueQuality: '', + quality: '', manufacturer: '', - madeIn: '', + origin_country: '', }, })