mirror of
https://github.com/apache/superset.git
synced 2026-04-22 01:24:43 +00:00
Adds tests and storybook to CopyToClipboard component (#13359)
This commit is contained in:
committed by
GitHub
parent
7d270bced6
commit
e9d5d3b137
@@ -81,7 +81,7 @@ export const AsyncAceEditor = (
|
||||
AsyncAceEditor.args = {
|
||||
defaultTabSize: 2,
|
||||
width: '100%',
|
||||
height: 500,
|
||||
height: '500px',
|
||||
value: `{"text": "Simple text"}`,
|
||||
};
|
||||
|
||||
@@ -99,10 +99,10 @@ AsyncAceEditor.argTypes = {
|
||||
AsyncAceEditor.story = {
|
||||
parameters: {
|
||||
actions: {
|
||||
disabled: true,
|
||||
disable: true,
|
||||
},
|
||||
knobs: {
|
||||
disabled: true,
|
||||
disable: true,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user