Skip to content

Commit

Permalink
Provider error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
coverbeck committed Oct 10, 2023
1 parent 57ce1cb commit e2ae156
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { AlertService } from 'app/shared/alert/state/alert.service';
import { LambdaEvent, LambdaEventsService } from 'app/shared/openapi';
import { finalize } from 'rxjs/operators';
import { MapFriendlyValuesPipe } from '../../../search/map-friendly-values.pipe';
import { DescriptorLanguageService } from '../../../shared/entry/descriptor-language.service';

/**
* Based on https://material.angular.io/components/table/examples example with expandable rows
Expand Down
2 changes: 1 addition & 1 deletion src/app/shared/pipe/pipe.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ const DECLARATIONS: any[] = [
imports: [CommonModule],
declarations: DECLARATIONS,
exports: DECLARATIONS,
providers: [EntryToDisplayNamePipe, PlatformPartnerPipe],
providers: [EntryToDisplayNamePipe, PlatformPartnerPipe, MapFriendlyValuesPipe],
})
export class PipeModule {}

0 comments on commit e2ae156

Please sign in to comment.