Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Aug 10, 2022
1 parent eb9107b commit 70700b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/popup.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ const App = () => {
type="number"
name="skidding"
label="Skidding"
value={distance}
value={skidding}
onSlInput={event => setSkidding(event.target.value)}
/>
</div>
Expand Down

0 comments on commit 70700b1

Please sign in to comment.