From d7c831f1457c32695ff06fc47cc4e374800ea2ad Mon Sep 17 00:00:00 2001 From: Alexander Rivera <56621323+arivepr@users.noreply.github.com> Date: Mon, 4 Sep 2023 18:37:44 -0400 Subject: [PATCH] Update notificationDrawerUtils.ts --- .../notificationDrawerUtils.ts | 27 ------------------- 1 file changed, 27 deletions(-) diff --git a/src/components/NotificationsDrawer/notificationDrawerUtils.ts b/src/components/NotificationsDrawer/notificationDrawerUtils.ts index 8a681c110e..cb7279e35a 100644 --- a/src/components/NotificationsDrawer/notificationDrawerUtils.ts +++ b/src/components/NotificationsDrawer/notificationDrawerUtils.ts @@ -1,30 +1,3 @@ -export const testData = [ - { - id: 1, - title: 'Test Notification 1', - description: 'Testing of notification', - read: false, - source: 'rhel', // the origin of the message - created: '2023-08-18T12:00:00Z', - }, - { - id: 2, - title: 'Test Notification 2', - description: 'Testing of notification', - read: false, - source: 'ansible', // the origin of the message - created: '2023-08-18T12:05:00Z', - }, - { - id: 3, - title: 'Test Notification 3', - description: 'Testin of notification', - read: false, - source: 'openshift', // the origin of the message - created: '2023-08-18T12:10:00Z', - }, -]; - export const filterConfig = [ { title: 'Console', value: 'console' }, { title: 'OpenShift', value: 'openshift' },