Skip to content

Commit

Permalink
fix: remove no existing function and component visit (#39)
Browse files Browse the repository at this point in the history
Hotfix because no compilable  with no existing component
and no existing function

Reviewed-by: andriacap
  • Loading branch information
andriacap committed Aug 31, 2023
1 parent 75fc8cd commit a1e0469
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@
(onFilter)="setFilter($event)"
(onSetPage)="setPage($event)"
[obj]="sites"
(rowStatusChange)="onSelect($event)"
(onDetailsRow)="seeDetails($event)"
></pnx-monitoring-datatable-g>
1 change: 0 additions & 1 deletion frontend/app/gnModule.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ import {
SitesService,
ApiGeomService,
} from "./services/api-geom.service";
import { MonitoringVisitsComponent } from "./components/monitoring-visits/monitoring-visits.component";
import { MonitoringSitesGroupsCreateComponent } from "./components/monitoring-sitesgroups-create/monitoring-sitesgroups-create.component";

// my module routing
Expand Down

0 comments on commit a1e0469

Please sign in to comment.