Skip to content

Commit

Permalink
fix(notifications): Release previous fix (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 authored Sep 27, 2022
1 parent f050ebc commit afd0a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context/NotificationContext.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react';
import { Alert, AlertActionCloseButton, AlertGroup } from '@patternfly/react-core';

// Notifications
// Notifications Component

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

Expand Down

0 comments on commit afd0a22

Please sign in to comment.