mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-21 10:29:29 -05:00
pipe typo
[ci skip]
This commit is contained in:
parent
b75bf255ba
commit
f59500c809
@ -2,7 +2,7 @@ import { Pipe, PipeTransform } from '@angular/core'
|
|||||||
import { DomSanitizer } from '@angular/platform-browser'
|
import { DomSanitizer } from '@angular/platform-browser'
|
||||||
|
|
||||||
@Pipe({
|
@Pipe({
|
||||||
name: 'safeurl',
|
name: 'safeUrl',
|
||||||
})
|
})
|
||||||
export class SafeUrlPipe implements PipeTransform {
|
export class SafeUrlPipe implements PipeTransform {
|
||||||
constructor(private sanitizer: DomSanitizer) {}
|
constructor(private sanitizer: DomSanitizer) {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user