mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 09:37:04 +01:00
Merge branch 'feature-bulk-edit' into feature-bulk-editor
This commit is contained in:
commit
4cae338479
21 changed files with 271 additions and 124 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<div class="form-group paperless-input-select">
|
||||
<label [for]="inputId">{{title}}</label>
|
||||
<div [class.input-group]="showPlusButton()">
|
||||
<ng-select name="correspondent" [(ngModel)]="value"
|
||||
<ng-select name="inputId" [(ngModel)]="value"
|
||||
[disabled]="disabled"
|
||||
[style.color]="textColor"
|
||||
[style.background]="backgroundColor"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue