Skip to content

Commit 11bb3c8

Browse files
committed
Misc
1 parent 9d1c147 commit 11bb3c8

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ui/vault/password-vault.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ const PasswordVault: React.FC<PasswordVaultProps> = ({ user }) => {
111111
</header>
112112

113113
<div className="flex flex-1 overflow-hidden">
114-
{/* Main content area */}
115114
<main className="flex-1 flex flex-col overflow-hidden w-full md:w-auto">
116115
<div className="p-4 border-b">
117116
<div className="relative">

src/components/ui/vault/password/details-panel.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import {
1313
import {useEffect,useState} from "react";
1414
import toast from "react-hot-toast";
1515
import {Button} from "../../button";
16+
import {revalidatePath} from "next/cache";
1617

1718
interface DetailsPanelProps {
1819
selectedVault: PasswordItem | null;

0 commit comments

Comments
 (0)