From b855b9481fcd2e532f16b82331a8fde4e5074f9e Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 17 Mar 2025 16:48:10 -0700 Subject: [PATCH] Remove remaining items attributes --- .../document-list/filter-editor/filter-editor.component.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src-ui/src/app/components/document-list/filter-editor/filter-editor.component.html b/src-ui/src/app/components/document-list/filter-editor/filter-editor.component.html index 07b38a398..f4a7938b7 100644 --- a/src-ui/src/app/components/document-list/filter-editor/filter-editor.component.html +++ b/src-ui/src/app/components/document-list/filter-editor/filter-editor.component.html @@ -40,7 +40,6 @@ filterPlaceholder="Filter tags" i18n-filterPlaceholder [(selectionModel)]="tagSelectionModel" (selectionModelChange)="updateRules()" - [items]="tags" (opened)="onTagsDropdownOpen()" [documentCounts]="tagDocumentCounts" [allowSelectNone]="true" @@ -52,7 +51,6 @@ filterPlaceholder="Filter correspondents" i18n-filterPlaceholder [(selectionModel)]="correspondentSelectionModel" (selectionModelChange)="updateRules()" - [items]="correspondents" (opened)="onCorrespondentDropdownOpen()" [documentCounts]="correspondentDocumentCounts" [allowSelectNone]="true" @@ -64,7 +62,6 @@ filterPlaceholder="Filter document types" i18n-filterPlaceholder [(selectionModel)]="documentTypeSelectionModel" (selectionModelChange)="updateRules()" - [items]="documentTypes" (opened)="onDocumentTypeDropdownOpen()" [documentCounts]="documentTypeDocumentCounts" [allowSelectNone]="true" @@ -76,7 +73,6 @@ filterPlaceholder="Filter storage paths" i18n-filterPlaceholder [(selectionModel)]="storagePathSelectionModel" (selectionModelChange)="updateRules()" - [items]="storagePaths" (opened)="onStoragePathDropdownOpen()" [documentCounts]="storagePathDocumentCounts" [allowSelectNone]="true"