Skip to content

Commit

Permalink
updated mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
akanshaaa19 committed Aug 28, 2024
1 parent d28ae47 commit edad1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mocks/Notifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export const getNotificationCountQuery = {
request: {
query: GET_NOTIFICATIONS_COUNT,
variables: {
filter: { is_read: false, severity: 'critical' },
filter: { is_read: false },
},
},
result: {
Expand Down

0 comments on commit edad1d2

Please sign in to comment.