Skip to content

Commit

Permalink
#23443 Allow filter by content types in the containers endpoint (#24107)
Browse files Browse the repository at this point in the history
* #23798 fix dropdown clear issue on filter

* #23443 fix typo
  • Loading branch information
zulqarnainvd committed Feb 14, 2023
1 parent 41c2c60 commit 66f18ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -3,6 +3,7 @@
[style]="{ width: '155px' }"
[filter]="true"
[showClear]="true"
[resetFilterOnHide]="true"
(onChange)="change($event)"
filterBy="label"
>
Expand Down
Expand Up @@ -77,6 +77,7 @@ describe('DotContentTypeSelectorComponent', () => {
expect(pDropDown.filter).toBeDefined();
expect(pDropDown.filterBy).toBeDefined();
expect(pDropDown.showClear).toBeDefined();
expect(pDropDown.resetFilterOnHide).toBeDefined();
expect(pDropDown.style).toEqual({ width: '155px' });
});
});

0 comments on commit 66f18ad

Please sign in to comment.