mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 18:17:02 +01:00
lint for eslint
This commit is contained in:
parent
b7e2013589
commit
e2093436ac
24 changed files with 79 additions and 74 deletions
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
<app-welcome-widget *ngIf="settingsService.offerTour()" tourAnchor="tour.dashboard"></app-welcome-widget>
|
||||
|
||||
<div *ifPermissions="{ action: PermissionAction.View, type: PermissionType.SavedView }">
|
||||
<div *appIfPermissions="{ action: PermissionAction.View, type: PermissionType.SavedView }">
|
||||
<ng-container *ngFor="let v of savedViewService.dashboardViews; first as isFirst">
|
||||
<app-saved-view-widget *ngIf="isFirst; else noTour" [savedView]="v" tourAnchor="tour.dashboard"></app-saved-view-widget>
|
||||
<ng-template #noTour>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue