Skip to content

Commit 505b0d7

Browse files
authored
Update input.lite.tsx
1 parent 8051dfc commit 505b0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/components/input/input.lite.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default function DBInput(props: DBInputProps) {
7070
if (props.value) {
7171
state._value = props.value;
7272
}
73-
73+
7474
if (props.stylePath) {
7575
state.stylePath = props.stylePath;
7676
}

0 commit comments

Comments
 (0)