mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -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'
|
||||
|
||||
@Pipe({
|
||||
name: 'safeurl',
|
||||
name: 'safeUrl',
|
||||
})
|
||||
export class SafeUrlPipe implements PipeTransform {
|
||||
constructor(private sanitizer: DomSanitizer) {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user