[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:
Kevin Logan 2022-04-15 08:35:44 -07:00 committed by GitHub
parent a72d157f38
commit 145d8277e0
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;