diff --git a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html index f9bf78b6c..58c831456 100644 --- a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html +++ b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html @@ -19,12 +19,6 @@ -
diff --git a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts index e66966486..bffbb86e1 100644 --- a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts +++ b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts @@ -67,18 +67,12 @@ export class FilterableDropdownComponent { @Input() singular: boolean = false - @Input() - showRemoveAll: boolean = false - @Output() toggle = new EventEmitter() @Output() open = new EventEmitter() - @Output() - removeAll = new EventEmitter() - @Output() editingComplete = new EventEmitter() diff --git a/src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.html b/src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.html index f27d6d201..aa85fdb12 100644 --- a/src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.html +++ b/src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -33,27 +33,21 @@ [toggleableItems]="tagsToggleableItems" [type]="dropdownTypes.Editing" [showCounts]="!selectionSpansPages" - [showRemoveAll]="selectionSpansPages" (open)="tagsDropdownOpen()" - (removeAll)="setTags(null)" (editingComplete)="setTags($event)">