Chore: fixed incorrect naming for disable settings (#31448)

This commit is contained in:
Uchechukwu Obasi
2021-02-24 15:37:40 +01:00
committed by GitHub
parent 04a067e599
commit 8f7e26cd01
8 changed files with 8 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ export default {
page: mdx, page: mdx,
}, },
knobs: { knobs: {
disabled: true, disable: true,
}, },
}, },
argTypes: { argTypes: {

View File

@@ -10,7 +10,7 @@ export default {
parameters: { parameters: {
docs: {}, docs: {},
knobs: { knobs: {
disabled: true, disable: true,
}, },
}, },
argTypes: { argTypes: {

View File

@@ -17,7 +17,7 @@ export default {
page: mdx, page: mdx,
}, },
knobs: { knobs: {
disabled: true, disable: true,
}, },
}, },
args: { args: {

View File

@@ -23,7 +23,7 @@ export default {
page: mdx, page: mdx,
}, },
knobs: { knobs: {
disabled: true, disable: true,
}, },
}, },
argTypes: { argTypes: {

View File

@@ -24,7 +24,7 @@ export default {
page: mdx, page: mdx,
}, },
knobs: { knobs: {
disabled: true, disable: true,
}, },
}, },
}; };

View File

@@ -11,7 +11,7 @@ export default {
decorators: [withCenteredStory], decorators: [withCenteredStory],
parameters: { parameters: {
knobs: { knobs: {
disabled: true, disable: true,
}, },
}, },
args: { args: {

View File

@@ -11,7 +11,7 @@ export default {
component: CallToActionCard, component: CallToActionCard,
parameters: { parameters: {
knobs: { knobs: {
disabled: true, disable: true,
}, },
}, },
argTypes: { argTypes: {

View File

@@ -15,7 +15,7 @@ export default {
page: mdx, page: mdx,
}, },
knobs: { knobs: {
disabled: true, disable: true,
}, },
}, },
args: { args: {