This commit is contained in:
blackfenix2 2020-09-01 22:54:32 -04:00
commit 33b08935b4

View File

@ -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',