Skip to content

Commit

Permalink
chore: updated test default value
Browse files Browse the repository at this point in the history
  • Loading branch information
mwargan committed Mar 8, 2024
1 parent 600e56b commit 01ac815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/Inputs/Checkbox.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const Default: Story = {};

export const Switch: Story = {
args: {
value: "Switch",
value: "Checkbox as switch",
role: "switch",
},
};
1 change: 1 addition & 0 deletions src/stories/Inputs/SharedInputArgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export const sharedInputArgTypes = {
};

export const sharedInputArgs = {
value: "Hello World",
labelText: "Input element label",
required: true,
disabled: false,
Expand Down

0 comments on commit 01ac815

Please sign in to comment.