From a5b18cbb72a0d3db5a7fe3b1802f06e714e7fec5 Mon Sep 17 00:00:00 2001 From: Sheen Capadngan Date: Sat, 6 Jul 2024 01:02:48 +0800 Subject: [PATCH] misc/make-a-wish-ui-improvement --- .../AppLayout/components/WishForm/WishForm.tsx | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/frontend/src/layouts/AppLayout/components/WishForm/WishForm.tsx b/frontend/src/layouts/AppLayout/components/WishForm/WishForm.tsx index 641230bf2a..bf87d0672a 100644 --- a/frontend/src/layouts/AppLayout/components/WishForm/WishForm.tsx +++ b/frontend/src/layouts/AppLayout/components/WishForm/WishForm.tsx @@ -2,7 +2,6 @@ import { useForm } from "react-hook-form"; import { faRocketchat } from "@fortawesome/free-brands-svg-icons"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import { zodResolver } from "@hookform/resolvers/zod"; -import * as PopoverPrimitive from "@radix-ui/react-popover"; import { z } from "zod"; import { createNotification } from "@app/components/notifications"; @@ -72,7 +71,7 @@ export const WishForm = () => { @@ -83,23 +82,19 @@ export const WishForm = () => { errorText={errors?.text?.message} >