fix: typo
This commit is contained in:
parent
cd68d6f64c
commit
3f8135bdbe
|
@ -149,7 +149,7 @@ export const CreateProfileOne: React.FC<ProfileFormType> = ({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "Step 2",
|
id: "Step 2",
|
||||||
name: "Professional Informations",
|
name: "Professional Information",
|
||||||
// fields are mapping and flattening for the error to be trigger for the dynamic fields
|
// fields are mapping and flattening for the error to be trigger for the dynamic fields
|
||||||
fields: fields
|
fields: fields
|
||||||
?.map((_, index) => [
|
?.map((_, index) => [
|
||||||
|
|
Loading…
Reference in New Issue