Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Aug 7, 2023
1 parent 8cbc362 commit 32fe72e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/tenant/administration/ListAlertsQueue.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ const ListAlertsQueue = () => {
},
{
name: 'Monitored Actions',
selector: (row) => row['operations'],
selector: (row) => row['Operations'],
sortable: true,
exportSelector: 'operations',
exportSelector: 'Operations',
},
{
name: 'Webhook URL',
Expand Down

0 comments on commit 32fe72e

Please sign in to comment.