Skip to content

Commit 4bc4e97

Browse files
[SIEM] Fix AlertsTable id
1 parent d00c905 commit 4bc4e97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)