Skip to content

Commit

Permalink
[SIEM] Fix AlertsTable id (#63368)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Apr 13, 2020
1 parent 5559b09 commit a58cc5d
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 a58cc5d

Please sign in to comment.