Added actions
This commit is contained in:
@@ -190,7 +190,6 @@ export function AdvancedUrlFormCard() {
|
||||
<DatePicker
|
||||
value={field.value}
|
||||
onChange={field.onChange}
|
||||
placeholder="Select expiration date"
|
||||
/>
|
||||
</FormControl>
|
||||
<FormDescription>
|
||||
|
||||
@@ -11,7 +11,7 @@ import {
|
||||
} from "@/components/ui/dropdown-menu"
|
||||
import { SidebarMenu, SidebarMenuButton, SidebarMenuItem, useSidebar } from "@/components/ui/sidebar"
|
||||
import { signOut, useSession } from "@/lib/auth/auth-client"
|
||||
import { LogOut, Settings, User } from "lucide-react"
|
||||
import { LogOut, User } from "lucide-react"
|
||||
import Link from "next/link"
|
||||
import { useRouter } from "next/navigation"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user