mirror of
https://github.com/apache/superset.git
synced 2026-04-24 02:25:13 +00:00
Adds tests and storybook to CopyToClipboard component (#13359)
This commit is contained in:
committed by
GitHub
parent
7d270bced6
commit
e9d5d3b137
@@ -49,13 +49,13 @@ export const LoadingGallery = () => (
|
||||
LoadingGallery.story = {
|
||||
parameters: {
|
||||
actions: {
|
||||
disabled: true,
|
||||
disable: true,
|
||||
},
|
||||
controls: {
|
||||
disabled: true,
|
||||
disable: true,
|
||||
},
|
||||
knobs: {
|
||||
disabled: true,
|
||||
disable: true,
|
||||
},
|
||||
},
|
||||
};
|
||||
@@ -65,7 +65,7 @@ export const InteractiveLoading = (args: Props) => <Loading {...args} />;
|
||||
InteractiveLoading.story = {
|
||||
parameters: {
|
||||
knobs: {
|
||||
disabled: true,
|
||||
disable: true,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user