From 8f14e9f50fae51e09fdfb529af389a046b4672f6 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Thu, 21 Mar 2024 00:32:25 +0000 Subject: fix: Reset add list form form on submission --- apps/web/components/dashboard/lists/DeleteListButton.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/web/components/dashboard/lists/DeleteListButton.tsx') diff --git a/apps/web/components/dashboard/lists/DeleteListButton.tsx b/apps/web/components/dashboard/lists/DeleteListButton.tsx index f5fcb18b..345c81d2 100644 --- a/apps/web/components/dashboard/lists/DeleteListButton.tsx +++ b/apps/web/components/dashboard/lists/DeleteListButton.tsx @@ -15,7 +15,7 @@ import { } from "@/components/ui/dialog"; import { toast } from "@/components/ui/use-toast"; import { api } from "@/lib/trpc"; -import { Trash } from "lucide-react"; +import { Trash2 } from "lucide-react"; import type { ZBookmarkList } from "@hoarder/trpc/types/lists"; @@ -43,8 +43,8 @@ export default function DeleteListButton({ list }: { list: ZBookmarkList }) { return ( - -- cgit v1.2.3-70-g09d2