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

move NoFolders icon to vault library

This commit is contained in:
Nick Krantz
2024-08-08 13:39:55 -05:00
parent 28a2014e69
commit f949170fd1
5 changed files with 6 additions and 4 deletions

View File

@@ -10,8 +10,8 @@ import {
ButtonModule,
DialogService,
IconButtonModule,
Icons,
} from "@bitwarden/components";
import { VaultIcons } from "@bitwarden/vault";
import { ItemGroupComponent } from "../../../../../../libs/components/src/item/item-group.component";
import { ItemModule } from "../../../../../../libs/components/src/item/item.module";
@@ -46,7 +46,7 @@ import { NewItemDropdownV2Component } from "../components/vault-v2/new-item-drop
export class FoldersV2Component {
folders$: Observable<FolderView[]>;
NoFoldersIcon = Icons.NoFolders;
NoFoldersIcon = VaultIcons.NoFolders;
constructor(
private folderService: FolderService,