mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-16 11:36:39 +01:00
Refactor dropdown button component
This commit is contained in:
parent
39b35c090b
commit
7dfcc7f47b
10 changed files with 47 additions and 46 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { Pipe, PipeTransform } from '@angular/core';
|
||||
import { ToggleableItem } from 'src/app/components/common/filterable-dropdown/filterable-dropdown.component';
|
||||
import { ToggleableItem } from 'src/app/components/common/filterable-dropdown/toggleable-dropdown-button/toggleable-dropdown-button.component';
|
||||
|
||||
@Pipe({
|
||||
name: 'filter'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue