Skip to content

Commit

Permalink
docs(notification): add card without actions
Browse files Browse the repository at this point in the history
For chromatic tests.
  • Loading branch information
ogunb committed Nov 23, 2023
1 parent ddddf95 commit 13fc3ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/notification/bl-notification.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ export const AddExample: Story = {
},
args: {
duration: 60,
primaryAction: undefined,
secondaryAction: undefined,
},
play: ({ args }) => {
addNotification(args);
Expand Down

0 comments on commit 13fc3ef

Please sign in to comment.