mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Security Solution] Fixes breaking type in main (#152654)
Addresses https://github.com/elastic/kibana/issues/152653 Fixes a merge conflict that somehow made its way into main between these two PRs ([1](https://github.com/elastic/kibana/pull/152301), [2](https://github.com/elastic/kibana/pull/151952))
This commit is contained in:
parent
203fa3a955
commit
05f306ce2e
1 changed files with 2 additions and 0 deletions
|
@ -130,6 +130,7 @@ export const useExceptionsListCard = ({
|
|||
handleExport({
|
||||
id: exceptionsList.id,
|
||||
listId: exceptionsList.list_id,
|
||||
name: exceptionsList.name,
|
||||
namespaceType: exceptionsList.namespace_type,
|
||||
includeExpiredExceptions: true,
|
||||
})();
|
||||
|
@ -164,6 +165,7 @@ export const useExceptionsListCard = ({
|
|||
[
|
||||
exceptionsList.id,
|
||||
exceptionsList.list_id,
|
||||
exceptionsList.name,
|
||||
exceptionsList.namespace_type,
|
||||
handleDelete,
|
||||
setShowExportModal,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue