Skip to content

Commit

Permalink
Update examples/svelte-kitchen-sink/src/stories/addon-controls.storie…
Browse files Browse the repository at this point in the history
…s.js

Co-authored-by: Michael Shilman <[email protected]>
  • Loading branch information
BlackFenix2 and shilman authored Sep 2, 2020
1 parent b450354 commit 239d151
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
title: 'Addon/Controls',
component: ControlShowcaseView,
argTypes: {
range: { defaultValue: '0', control: { type: 'range', min: 0, max: 100 } },
range: { defaultValue: 0, control: { type: 'range', min: 0, max: 100 } },
loadingState: {
control: {
type: 'inline-radio',
Expand Down

0 comments on commit 239d151

Please sign in to comment.