Skip to content

Commit

Permalink
Update input.lite.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Jan 25, 2023
1 parent 8051dfc commit 505b0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/input/input.lite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default function DBInput(props: DBInputProps) {
if (props.value) {
state._value = props.value;
}

if (props.stylePath) {
state.stylePath = props.stylePath;
}
Expand Down

0 comments on commit 505b0d7

Please sign in to comment.