Skip to content

Commit

Permalink
remove presentation_panel from security solution
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomThomson committed Jan 9, 2024
1 parent ed614be commit 6ca5c7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import styled from 'styled-components';
import { EuiEmptyPrompt, EuiFlexGroup, EuiFlexItem, EuiText } from '@elastic/eui';
import type { RangeFilterParams } from '@kbn/es-query';
import type { ClickTriggerEvent, MultiClickTriggerEvent } from '@kbn/charts-plugin/public';
import { ACTION_CUSTOMIZE_PANEL } from '@kbn/presentation-panel-plugin/public';
import type { EmbeddableComponentProps, XYState } from '@kbn/lens-plugin/public';
import { setAbsoluteRangeDatePicker } from '../../store/inputs/actions';
import { useKibana } from '../../lib/kibana';
Expand All @@ -30,7 +29,7 @@ import { SourcererScopeName } from '../../store/sourcerer/model';
import { VisualizationActions } from './actions';

const HOVER_ACTIONS_PADDING = 24;
const DISABLED_ACTIONS = [ACTION_CUSTOMIZE_PANEL];
const DISABLED_ACTIONS = ['ACTION_CUSTOMIZE_PANEL'];

const LensComponentWrapper = styled.div<{
$height?: number;
Expand Down
9 changes: 2 additions & 7 deletions x-pack/plugins/security_solution/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@
"public/**/*.json",
"../../../typings/**/*"
],
"exclude": [
"target/**/*",
"**/cypress/**",
"public/management/cypress.config.ts"
],
"exclude": ["target/**/*", "**/cypress/**", "public/management/cypress.config.ts"],
"kbn_references": [
"@kbn/core",
{
Expand Down Expand Up @@ -187,7 +183,6 @@
"@kbn/stack-connectors-plugin",
"@kbn/elastic-assistant-common",
"@kbn/core-elasticsearch-server-mocks",
"@kbn/lens-embeddable-utils",
"@kbn/presentation-panel-plugin"
"@kbn/lens-embeddable-utils"
]
}

0 comments on commit 6ca5c7e

Please sign in to comment.