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.
2 parents 9ea2379 + 3d95d86 commit bc8b41dCopy full SHA for bc8b41d
client/packages/lowcoder/src/comps/hooks/screenInfoComp.tsx
@@ -34,7 +34,7 @@ function useScreenInfo() {
34
return { ...flags, isMobile: true };
35
}
36
if(deviceType === ScreenTypes.Tablet) {
37
- return { ...flags, Tablet: true };
+ return { ...flags, isTablet: true };
38
39
return { ...flags, isDesktop: true };
40
0 commit comments