Skip to content

Commit afd0a22

Browse files
fix(notifications): Release previous fix (#43)
1 parent f050ebc commit afd0a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/context/NotificationContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as React from 'react';
22
import { Alert, AlertActionCloseButton, AlertGroup } from '@patternfly/react-core';
33

4-
// Notifications
4+
// Notifications Component
55

66
export type notificationType = 'success' | 'info' | 'warning' | 'danger' | 'default';
77

0 commit comments

Comments
 (0)