mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
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:
parent
5ab7ece8fd
commit
fc3465a214
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