1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

separate out "new" button implementations for extension refresh (#12002)

This commit is contained in:
Nick Krantz
2024-11-19 12:28:00 -06:00
committed by GitHub
parent ca839b3d80
commit 2df8643e29
2 changed files with 87 additions and 62 deletions

View File

@@ -57,7 +57,7 @@ export class VaultHeaderComponent implements OnInit {
*/
@Input() loading: boolean;
/** Current active fitler */
/** Current active filter */
@Input() filter: RoutedVaultFilterModel;
/** The organization currently being viewed */