Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions frontend/src/features/vault/hooks/useSmartImport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -494,3 +494,5 @@ export function useSmartImport(): UseSmartImportReturn {
}

export default useSmartImport;

.catch(err => console.error("Promise.all failed:", err));
2 changes: 2 additions & 0 deletions frontend/src/pages/DashboardPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -376,3 +376,5 @@ const DashboardPage: React.FC = () => {
};

export default DashboardPage;

.catch(err => console.error("Promise.all failed:", err));
2 changes: 2 additions & 0 deletions frontend/src/utils/encryption.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,3 +311,5 @@ export function storeMasterKey(_key: CryptoKey): void {
// Note: Master key is stored in memory only (CryptoContext.tsx)
}


.catch(err => console.error("Promise.all failed:", err));