@@ -147,7 +147,8 @@ const AdvancePropertise = (props: SchemaProps) => {
147147 title : currentToggleStates ?. title ,
148148 url : currentToggleStates ?. url
149149 } ,
150- checkBoxChanged
150+ checkBoxChanged ,
151+ props ?. data ?. contentstackFieldUid
151152 ) ;
152153 } ;
153154
@@ -189,7 +190,8 @@ const AdvancePropertise = (props: SchemaProps) => {
189190 title : currentToggleStates ?. title ,
190191 url : currentToggleStates ?. url
191192 } ,
192- checkBoxChanged
193+ checkBoxChanged ,
194+ props ?. data ?. contentstackFieldUid
193195 ) ;
194196 } ;
195197
@@ -215,7 +217,8 @@ const AdvancePropertise = (props: SchemaProps) => {
215217 embedObject : currentToggleStates ?. embedObject ,
216218 embedObjects : embedObjectsLabels
217219 } ,
218- true
220+ true ,
221+ props ?. data ?. contentstackFieldUid
219222 ) ;
220223 } ;
221224
@@ -251,7 +254,8 @@ const AdvancePropertise = (props: SchemaProps) => {
251254 embedObjects : embedObjectsLabels ,
252255 options : options
253256 } ,
254- true
257+ true ,
258+ props ?. data ?. contentstackFieldUid
255259 ) ;
256260 } ;
257261 const handleRemoveDefalutValue = ( index : number ) => {
@@ -280,7 +284,8 @@ const AdvancePropertise = (props: SchemaProps) => {
280284 embedObjects : embedObjectsLabels ,
281285 options : options
282286 } ,
283- true
287+ true ,
288+ props ?. data ?. contentstackFieldUid
284289 ) ;
285290 } ;
286291
@@ -583,7 +588,8 @@ const AdvancePropertise = (props: SchemaProps) => {
583588 validationRegex : toggleStates ?. validationRegex ?? '' ,
584589 embedObjects : embedObject
585590 } ,
586- true
591+ true ,
592+ props ?. data ?. contentstackFieldUid
587593 ) ;
588594 } }
589595 options = { option }
0 commit comments