File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/react-core/src/demos/examples/AlertGroup Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ import { DashboardWrapper } from '@patternfly/react-core/src/demos/DashboardWrap
39
39
interface NotificationProps {
40
40
title : string ;
41
41
srTitle : string ;
42
- variant : 'default ' | 'success' | 'danger' | 'warning' | 'info' ;
42
+ variant : 'custom ' | 'success' | 'danger' | 'warning' | 'info' ;
43
43
key : React . Key ;
44
44
timestamp : string ;
45
45
description : string ;
@@ -345,8 +345,8 @@ export const AlertGroupToastWithNotificationDrawer: React.FunctionComponent = ()
345
345
< Button variant = "secondary" onClick = { ( ) => addNewNotification ( 'warning' ) } style = { alertButtonStyle } >
346
346
Add toast warning alert
347
347
</ Button >
348
- < Button variant = "secondary" onClick = { ( ) => addNewNotification ( 'default ' ) } style = { alertButtonStyle } >
349
- Add toast default alert
348
+ < Button variant = "secondary" onClick = { ( ) => addNewNotification ( 'custom ' ) } style = { alertButtonStyle } >
349
+ Add toast custom alert
350
350
</ Button >
351
351
</ PageSection >
352
352
You can’t perform that action at this time.
0 commit comments