Skip to content

Commit 21561a9

Browse files
removed comments
1 parent bef4782 commit 21561a9

File tree

1 file changed

+0
-5
lines changed
  • client/packages/lowcoder-design/src/components

1 file changed

+0
-5
lines changed

client/packages/lowcoder-design/src/components/button.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,6 @@ const TacoButton = forwardRef(
208208
{props.icon}
209209
{props.children}
210210
</span>
211-
{/* <Loading
212-
style={loadingStyle}
213-
backgroundColor={loadingBackground}
214-
color={loadingColor}
215-
/> */}
216211
<Spin
217212
size="small"
218213
indicator={<LoadingOutlined spin style={{color: 'white'}} />}

0 commit comments

Comments
 (0)