Skip to content

Commit 32fe72e

Browse files
fixed typo
1 parent 8cbc362 commit 32fe72e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/tenant/administration/ListAlertsQueue.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ const ListAlertsQueue = () => {
8484
},
8585
{
8686
name: 'Monitored Actions',
87-
selector: (row) => row['operations'],
87+
selector: (row) => row['Operations'],
8888
sortable: true,
89-
exportSelector: 'operations',
89+
exportSelector: 'Operations',
9090
},
9191
{
9292
name: 'Webhook URL',

0 commit comments

Comments
 (0)