Skip to content

Commit

Permalink
feat(core/cluster): Remove unused react2angular <filter-search> compo…
Browse files Browse the repository at this point in the history
…nent
  • Loading branch information
christopherthielen authored and mergify[bot] committed Aug 2, 2021
1 parent 6cbb762 commit 7514b0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
12 changes: 0 additions & 12 deletions packages/core/src/cluster/filter/filterSearch.component.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/core/src/core.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ import { SUBNET_MODULE } from './subnet/subnet.module';
import { FIREWALL_LABEL_COMPONENT } from './securityGroup/label/firewallLabel.component';

import { LABEL_FILTER_COMPONENT } from './cluster/filter/labelFilter.component';
import { FILTER_SEARCH_COMPONENT } from './cluster/filter/filterSearch.component';

import { WIDGETS_MODULE } from './widgets/widgets.module';

Expand Down Expand Up @@ -135,7 +134,6 @@ module(CORE_MODULE, [
INTERCEPTOR_MODULE,

LABEL_FILTER_COMPONENT,
FILTER_SEARCH_COMPONENT,
LOAD_BALANCER_MODULE,
FUNCTION_MODULE,
MANAGED_RESOURCE_CONFIG,
Expand Down

0 comments on commit 7514b0b

Please sign in to comment.