diff --git a/packages/react-core/src/demos/examples/AlertGroup/AlertGroupToastWithNotificationDrawer.tsx b/packages/react-core/src/demos/examples/AlertGroup/AlertGroupToastWithNotificationDrawer.tsx index 97f12acb3db..dcec4d81214 100644 --- a/packages/react-core/src/demos/examples/AlertGroup/AlertGroupToastWithNotificationDrawer.tsx +++ b/packages/react-core/src/demos/examples/AlertGroup/AlertGroupToastWithNotificationDrawer.tsx @@ -39,7 +39,7 @@ import { DashboardWrapper } from '@patternfly/react-core/src/demos/DashboardWrap interface NotificationProps { title: string; srTitle: string; - variant: 'default' | 'success' | 'danger' | 'warning' | 'info'; + variant: 'custom' | 'success' | 'danger' | 'warning' | 'info'; key: React.Key; timestamp: string; description: string; @@ -345,8 +345,8 @@ export const AlertGroupToastWithNotificationDrawer: React.FunctionComponent = () -