From cdaabc8fc1d04bb94b44321d480b1dd5c5cced7b Mon Sep 17 00:00:00 2001 From: carlosthe19916 <2582866+carlosthe19916@users.noreply.github.com> Date: Tue, 27 Sep 2022 15:28:01 +0200 Subject: [PATCH] Release fix --- src/context/NotificationContext.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context/NotificationContext.tsx b/src/context/NotificationContext.tsx index 974b2a0..4a25198 100644 --- a/src/context/NotificationContext.tsx +++ b/src/context/NotificationContext.tsx @@ -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';