mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: fixed incorrect naming for disable settings (#31448)
This commit is contained in:
@@ -18,7 +18,7 @@ export default {
|
||||
page: mdx,
|
||||
},
|
||||
knobs: {
|
||||
disabled: true,
|
||||
disable: true,
|
||||
},
|
||||
},
|
||||
argTypes: {
|
||||
|
||||
@@ -10,7 +10,7 @@ export default {
|
||||
parameters: {
|
||||
docs: {},
|
||||
knobs: {
|
||||
disabled: true,
|
||||
disable: true,
|
||||
},
|
||||
},
|
||||
argTypes: {
|
||||
|
||||
@@ -17,7 +17,7 @@ export default {
|
||||
page: mdx,
|
||||
},
|
||||
knobs: {
|
||||
disabled: true,
|
||||
disable: true,
|
||||
},
|
||||
},
|
||||
args: {
|
||||
|
||||
@@ -23,7 +23,7 @@ export default {
|
||||
page: mdx,
|
||||
},
|
||||
knobs: {
|
||||
disabled: true,
|
||||
disable: true,
|
||||
},
|
||||
},
|
||||
argTypes: {
|
||||
|
||||
@@ -24,7 +24,7 @@ export default {
|
||||
page: mdx,
|
||||
},
|
||||
knobs: {
|
||||
disabled: true,
|
||||
disable: true,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
@@ -11,7 +11,7 @@ export default {
|
||||
decorators: [withCenteredStory],
|
||||
parameters: {
|
||||
knobs: {
|
||||
disabled: true,
|
||||
disable: true,
|
||||
},
|
||||
},
|
||||
args: {
|
||||
|
||||
@@ -11,7 +11,7 @@ export default {
|
||||
component: CallToActionCard,
|
||||
parameters: {
|
||||
knobs: {
|
||||
disabled: true,
|
||||
disable: true,
|
||||
},
|
||||
},
|
||||
argTypes: {
|
||||
|
||||
@@ -15,7 +15,7 @@ export default {
|
||||
page: mdx,
|
||||
},
|
||||
knobs: {
|
||||
disabled: true,
|
||||
disable: true,
|
||||
},
|
||||
},
|
||||
args: {
|
||||
|
||||
Reference in New Issue
Block a user