Skip to content

Commit 32761e8

Browse files
committed
formating removed-6
1 parent 5bff79f commit 32761e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/packages/lowcoder/src/comps/comps/autoCompleteComp/autoCompleteComp.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ import {
5858

5959

6060

61-
const InputStyle = styled(Input)<{$style: InputLikeStyleType}>`
61+
const InputStyle = styled(Input)<{ $style: InputLikeStyleType }>`
6262
${(props) => css`
6363
${getStyle(props.$style)}
6464
input {
@@ -77,7 +77,7 @@ const childrenMap = {
7777
viewRef: RefControl<InputRef>,
7878
allowClear: BoolControl.DEFAULT_TRUE,
7979
style: styleControl(InputFieldStyle),
80-
labelStyle: styleControl(LabelStyle),
80+
labelStyle:styleControl(LabelStyle),
8181
prefixIcon: IconControl,
8282
suffixIcon: IconControl,
8383
items: jsonControl(convertAutoCompleteData, autoCompleteDate),

0 commit comments

Comments
 (0)