-
Notifications
You must be signed in to change notification settings - Fork 8
Fix/cmg-723 #812
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/cmg-723 #812
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -67,7 +67,7 @@ const AdvancePropertise = (props: SchemaProps) => { | |||||
| value: item | ||||||
| })); | ||||||
|
|
||||||
| const referencedItems = props?.data?.referenceTo?.map((item: string) => ({ | ||||||
| const referencedItems = props?.data?.refrenceTo?.map((item: string) => ({ | ||||||
|
||||||
| const referencedItems = props?.data?.refrenceTo?.map((item: string) => ({ | |
| const referencedItems = props?.data?.referenceTo?.map((item: string) => ({ |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -67,7 +67,7 @@ export interface FieldMapType { | |||||
| contentstackUid: string; | ||||||
| _invalid?: boolean; | ||||||
| backupFieldUid: string; | ||||||
| referenceTo: string[]; | ||||||
| refrenceTo: string[]; | ||||||
|
||||||
| refrenceTo: string[]; | |
| referenceTo: string[]; |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -333,7 +333,7 @@ const ContentMapper = forwardRef(({ handleStepChange }: contentMapperProps, ref: | |||||
| // Make title and url field non editable | ||||||
| useEffect(() => { | ||||||
| tableData?.forEach((field) => { | ||||||
| if(field?.backupFieldType === 'reference' && field?.referenceTo?.length === 0) { | ||||||
| if(field?.backupFieldType === 'reference' && field?.refrenceTo?.length === 0) { | ||||||
|
||||||
| if(field?.backupFieldType === 'reference' && field?.refrenceTo?.length === 0) { | |
| if(field?.backupFieldType === 'reference' && field?.referenceTo?.length === 0) { |
Copilot
AI
Oct 15, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Property name 'refrenceTo' appears to be a misspelling of 'referenceTo'.
| refrenceTo: updatedSettings?.referenedItems, | |
| referenceTo: updatedSettings?.referenedItems, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add field?.otherCmsField