Update custom-fields-query-dropdown.component.html

This commit is contained in:
shamoon 2024-09-04 23:19:31 -07:00
parent 6906891e3a
commit d552bedb8e

View File

@ -41,6 +41,7 @@
<ng-template #queryAtom let-atom="atom">
<div class="input-group input-group-sm">
<ng-select
class="paperless-input-select"
[items]="customFields"
[(ngModel)]="atom.field"
[disabled]="disabled"