We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c9d0d commit 051c972Copy full SHA for 051c972
ui/src/components/AdvancePropertise/index.tsx
@@ -576,7 +576,7 @@ const AdvancePropertise = (props: SchemaProps) => {
576
isMulti={true}
577
onChange={(selectedOptions: ContentTypeOption[]) => {
578
setCTValue(selectedOptions);
579
- const embedObject = selectedOptions.map((item: optionsType) => item.label); // Update the state with the selected options
+ const embedObject = selectedOptions.map((item: optionsType) => item?.value); // Update the state with the selected options
580
props?.updateFieldSettings(
581
props?.rowId,
582
{
0 commit comments