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 3d0daee commit 15b4b84Copy full SHA for 15b4b84
client/packages/lowcoder/src/comps/generators/uiCompBuilder.tsx
@@ -249,9 +249,9 @@ function UIView(props: {
249
let defaultChildren = comp.children;
250
const isNotContainer = defaultChildren.hasOwnProperty('style');
251
const restrictPaddingOnRotation = defaultChildren.hasOwnProperty('restrictPaddingOnRotation');
252
- let rotationVal = null
253
- let boxShadowVal = null;
254
- let restrictPaddingOnRotationVal=null;
+ let rotationVal:any = null
+ let boxShadowVal:any = null;
+ let restrictPaddingOnRotationVal:any=null;
255
if (isNotContainer) {
256
rotationVal = defaultChildren.style.children?.rotation?.valueAndMsg.value;
257
boxShadowVal = defaultChildren.style?.children?.boxShadow?.valueAndMsg?.value;
0 commit comments