Back to Paperless Ngx

Custom Fields Dropdown.Component

src-ui/src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.html

2.20.15198 B
Original Source

Custom Fields

@for (field of filteredFields; track field.id) { {{field.name}} {{getDataTypeLabel(field.data_type)}} } @if (!filterText?.length || filteredFields.length === 0) { Create new field }