[Security Solution] Fix broken host link in Cases (#128917) (#130397)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 145d8277e0)

Co-authored-by: Kevin Logan <56395104+kevinlog@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2022-04-15 12:24:27 -05:00 committed by GitHub
parent 5ab7ece8fd
commit fc3465a214
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;