From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 9 Nov 2023 23:07:49 +0000 (-0800) Subject: Fix: use ngSwitch for custom fields X-Git-Tag: v2.0.0-beta.1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c19df84bef8d5678e2d49f4f802b67973d384a86;p=thirdparty%2Fpaperless-ngx.git Fix: use ngSwitch for custom fields --- diff --git a/src-ui/src/app/components/document-detail/document-detail.component.html b/src-ui/src/app/components/document-detail/document-detail.component.html index facd5ed4f6..1c6983888b 100644 --- a/src-ui/src/app/components/document-detail/document-detail.component.html +++ b/src-ui/src/app/components/document-detail/document-detail.component.html @@ -112,14 +112,14 @@ (createNew)="createStoragePath($event)" [suggestions]="suggestions?.storage_paths" i18n-placeholder placeholder="Default" *pngxIfPermissions="{ action: PermissionAction.View, type: PermissionType.StoragePath }"> -
- - - - - - - +
+ + + + + + +