Skip to content

Commit a12edb6

Browse files
committed
merge fix
1 parent 765ff68 commit a12edb6

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/platform/plugins/shared/workflows_management/public/pages/workflow_detail/ui/workflow_detail_header.test.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jest.mock('@kbn/css-utils/public/use_memo_css', () => ({
6868
describe('WorkflowDetailHeader', () => {
6969
const defaultProps: WorkflowDetailHeaderProps = {
7070
isLoading: false,
71+
highlightDiff: false,
72+
setHighlightDiff: jest.fn(),
7173
};
7274

7375
const mockWorkflow = {

x-pack/platform/plugins/shared/security/moon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,13 @@ dependsOn:
104104
- '@kbn/mock-idp-utils'
105105
- '@kbn/core-user-activity-server'
106106
- '@kbn/core-user-activity-server-mocks'
107-
- '@kbn/core-chrome-browser-components'
108107
- '@kbn/management-settings-ids'
109108
- '@kbn/deeplinks-agent-builder'
110109
- '@kbn/react-query'
111110
- '@kbn/agent-builder-common'
112111
- '@kbn/agent-builder-browser'
113112
- '@kbn/core-user-profile-common'
113+
- '@kbn/core-chrome-browser-components'
114114
tags:
115115
- plugin
116116
- prod

0 commit comments

Comments
 (0)