Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Heenawter committed Sep 20, 2024
1 parent 544c623 commit 58474ae
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/plugins/controls/public/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export {
type ControlGroupCreationOptions,
type ControlGroupRendererApi,
type ControlGroupRendererProps,
} from './control_group/external_api';
} from './control_group/control_group_renderer';

export {
CONTROL_GROUP_TYPE,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import { Filter } from '@kbn/es-query';
import { combineDashboardFiltersWithControlGroupFilters } from './dashboard_control_group_integration';
import { BehaviorSubject } from 'rxjs';

jest.mock('@kbn/controls-plugin/public/control_group/get_control_group_factory');

const testFilter1: Filter = {
meta: {
key: 'testfield',
Expand Down

0 comments on commit 58474ae

Please sign in to comment.