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' },