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

make dismissable optional: #361

Merged
merged 1 commit into from
Jun 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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