Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
make dismissable optional: (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayakoneval committed Jun 15, 2021
1 parent 32271d4 commit 881257c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AlertCard/AlertCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ interface AlertCardProps {
* whether or not to include the 'x' button
* which calls 'onClose'
*/
dismissable: boolean;
dismissable?: boolean;

/**
* layout for longer content
Expand Down

0 comments on commit 881257c

Please sign in to comment.