Skip to content

Commit 8051dfc

Browse files
authored
Update input.lite.tsx
1 parent 7d4c025 commit 8051dfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ export default function DBInput(props: DBInputProps) {
7070
if (props.value) {
7171
state._value = props.value;
7272
}
73-
74-
if (props.stylePath) {
73+
74+
if (props.stylePath) {
7575
state.stylePath = props.stylePath;
7676
}
7777

0 commit comments

Comments
 (0)