File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
client/packages/lowcoder/src/comps/comps/tabs Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ const childrenMap = {
57
57
onEvent : eventHandlerControl ( EVENT_OPTIONS ) ,
58
58
disabled : BoolCodeControl ,
59
59
showHeader : withDefault ( BoolControl , true ) ,
60
- style : withDefault ( styleControl ( TabContainerStyle ) , { borderWidth :'1px' } ) ,
60
+ style : withDefault ( styleControl ( TabContainerStyle ) , { borderWidth :'1px' } ) ,
61
61
headerStyle : styleControl ( ContainerHeaderStyle ) ,
62
62
bodyStyle : styleControl ( ContainerBodyStyle ) ,
63
63
animationStyle : styleControl ( AnimationStyle ) ,
@@ -274,7 +274,8 @@ const TabbedContainer = (props: TabbedContainerProps) => {
274
274
items = { tabItems }
275
275
tabBarGutter = { props . tabsGutter }
276
276
centered = { props . tabsCentered }
277
- > </ StyledTabs >
277
+ >
278
+ </ StyledTabs >
278
279
</ BackgroundColorContext . Provider >
279
280
</ div >
280
281
</ ScrollBar >
You can’t perform that action at this time.
0 commit comments