mirror of
https://github.com/bitwarden/web
synced 2025-12-27 13:43:21 +00:00
search and move dropdown button
This commit is contained in:
@@ -37,7 +37,8 @@
|
||||
(onFolderClicked)="filterFolder($event.id)"
|
||||
(onAddFolder)="addFolder()"
|
||||
(onEditFolder)="editFolder($event.id)"
|
||||
(onCollectionClicked)="filterCollection($event.id)">
|
||||
(onCollectionClicked)="filterCollection($event.id)"
|
||||
(onSearchTextChanged)="filterSearchText($event)">
|
||||
</app-vault-groupings>
|
||||
</div>
|
||||
<div class="col-6">
|
||||
|
||||
Reference in New Issue
Block a user