mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Security Solution] Fix broken host link in Cases (#128917)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
a72d157f38
commit
145d8277e0
1 changed files with 2 additions and 0 deletions
|
@ -116,6 +116,7 @@ export const createCommentUserActionBuilder: UserActionBuilder = ({
|
|||
handleSaveComment,
|
||||
handleManageQuote,
|
||||
handleOutlineComment,
|
||||
actionsNavigation,
|
||||
}) => ({
|
||||
build: () => {
|
||||
const commentUserAction = userAction as UserActionResponse<CommentUserAction>;
|
||||
|
@ -146,6 +147,7 @@ export const createCommentUserActionBuilder: UserActionBuilder = ({
|
|||
handleManageMarkdownEditId,
|
||||
handleSaveComment,
|
||||
handleManageQuote,
|
||||
actionsNavigation,
|
||||
});
|
||||
|
||||
return commentAction;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue