Skip to content

Commit

Permalink
Remove a prop title do alerta
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Moraes committed Mar 17, 2021
1 parent a9c806f commit 5b556c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ui-components/Alert/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ type AlertPropsExtends = 'id' | 'className' | 'children' | 'severity' | 'onClose

interface IAlertProps extends Pick<AlertProps, AlertPropsExtends> {
type?: Color;
title?: React.ReactNode;
closable?: boolean;
multiline?: boolean;
}
Expand Down

0 comments on commit 5b556c2

Please sign in to comment.