Skip to content

Commit

Permalink
[SIEM] Fix AlertsTable id
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Apr 13, 2020
1 parent d00c905 commit 4bc4e97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface OwnProps {
start: number;
}

const ALERTS_TABLE_ID = 'timeline-alerts-table';
const ALERTS_TABLE_ID = 'alerts-table';
const defaultAlertsFilters: Filter[] = [
{
meta: {
Expand Down

0 comments on commit 4bc4e97

Please sign in to comment.