Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f5d12 commit cac18e9Copy full SHA for cac18e9
site/src/modules/workspaces/DynamicParameter/DynamicParameter.stories.tsx
@@ -8,18 +8,16 @@ const meta: Meta<typeof DynamicParameter> = {
8
parameters: {
9
layout: "centered",
10
},
11
+ args: {
12
+ parameter: MockPreviewParameter,
13
+ onChange: () => {},
14
+ },
15
};
16
17
export default meta;
18
type Story = StoryObj<typeof DynamicParameter>;
19
-export const TextInput: Story = {
- args: {
- parameter: {
- ...MockPreviewParameter,
20
- },
21
22
-};
+export const TextInput: Story = {};
23
24
export const TextArea: Story = {
25
args: {
0 commit comments