File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
client/packages/lowcoder/src/comps/comps/buttonComp Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ const ToggleTmpComp = (function () {
87
87
} }
88
88
>
89
89
{ props . iconPosition === "right" && text }
90
- { < IconWrapper > { props . value . value ? props . trueIcon : props . falseIcon } </ IconWrapper > }
90
+ { < IconWrapper > { props . value . value ? props . trueIcon : props . falseIcon } </ IconWrapper > }
91
91
{ props . iconPosition === "left" && text }
92
92
</ Button100 >
93
93
</ ButtonCompWrapperStyled >
@@ -102,7 +102,7 @@ const ToggleTmpComp = (function () {
102
102
} ) }
103
103
</ Section >
104
104
105
- { ( useContext ( EditorContext ) . editorModeStatus === "logic" || useContext ( EditorContext ) . editorModeStatus === "both" ) && (
105
+ { ( useContext ( EditorContext ) . editorModeStatus === "logic" || useContext ( EditorContext ) . editorModeStatus === "both" ) && (
106
106
< > < Section name = { sectionNames . interaction } >
107
107
{ children . onEvent . getPropertyView ( ) }
108
108
{ disabledPropertyView ( children ) }
@@ -121,11 +121,11 @@ const ToggleTmpComp = (function () {
121
121
children . iconPosition . propertyView ( {
122
122
label : trans ( "toggleButton.iconPosition" ) ,
123
123
radioButton : true ,
124
- } ) }
124
+ } ) }
125
125
{ children . alignment . propertyView ( {
126
126
label : trans ( "toggleButton.alignment" ) ,
127
127
radioButton : true ,
128
- } ) }
128
+ } ) }
129
129
</ Section >
130
130
</ >
131
131
) }
You can’t perform that action at this time.
0 commit comments