Skip to content

Commit

Permalink
Correcting default value on Card story
Browse files Browse the repository at this point in the history
  • Loading branch information
sponglord committed Nov 4, 2024
1 parent d4bd247 commit 0ebf396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/storybook/stories/cards/Card.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const Default: CardStory = {
args: {
componentConfiguration: {
_disableClickToPay: true,
autoFocus: false,
autoFocus: true,
// brands: ['mc'],
// brandsConfiguration: { visa: { icon: 'http://localhost:3000/nocard.svg', name: 'altVisa' } },
challengeWindowSize: '02',
Expand Down

0 comments on commit 0ebf396

Please sign in to comment.