Skip to content

Commit db18597

Browse files
patrykkopycinskiwayneseymour
authored andcommitted
[SIEM] Fix AlertsTable id (#63368)
1 parent 315a6ef commit db18597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/legacy/plugins/siem/public/components/alerts_viewer/alerts_table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export interface OwnProps {
1717
start: number;
1818
}
1919

20-
const ALERTS_TABLE_ID = 'timeline-alerts-table';
20+
const ALERTS_TABLE_ID = 'alerts-table';
2121
const defaultAlertsFilters: Filter[] = [
2222
{
2323
meta: {

0 commit comments

Comments
 (0)