File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
client/packages/lowcoder/src/comps/generators Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -249,9 +249,9 @@ function UIView(props: {
249
249
let defaultChildren = comp . children ;
250
250
const isNotContainer = defaultChildren . hasOwnProperty ( 'style' ) ;
251
251
const restrictPaddingOnRotation = defaultChildren . hasOwnProperty ( 'restrictPaddingOnRotation' ) ;
252
- let rotationVal = null
253
- let boxShadowVal = null ;
254
- let restrictPaddingOnRotationVal = null ;
252
+ let rotationVal : any = null
253
+ let boxShadowVal : any = null ;
254
+ let restrictPaddingOnRotationVal : any = null ;
255
255
if ( isNotContainer ) {
256
256
rotationVal = defaultChildren . style . children ?. rotation ?. valueAndMsg . value ;
257
257
boxShadowVal = defaultChildren . style ?. children ?. boxShadow ?. valueAndMsg ?. value ;
You can’t perform that action at this time.
0 commit comments