File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
ui/src/components/AdvancePropertise Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -360,4 +360,6 @@ upload-api/extracted_files
360360* copy *
361361.qodo
362362.vscode
363- app.json
363+ app.json
364+ # Snyk Security Extension - AI Rules (auto-generated)
365+ .cursor /rules /snyk_rules.mdc
Original file line number Diff line number Diff line change @@ -573,12 +573,7 @@ const AdvancePropertise = (props: SchemaProps) => {
573573 props ?. data ?. contentstackFieldUid
574574 ) ;
575575 } }
576- options = {
577- ( Array . isArray ( props ?. data ?. referenceTo ) && props ?. data ?. referenceTo ?. length ) ? [ props . data . referenceTo . map ( ( item : any ) => ( {
578- label : item ,
579- value : item
580- } ) ) , ...option ]
581- : option ?? [ ] }
576+ options = { option ?? [ ] }
582577 placeholder = "Add Content Type(s)"
583578 version = "v2"
584579 isSearchable = { true }
You can’t perform that action at this time.
0 commit comments