From e7cff27146a4c20c5b56d9386eceb3181bf96ee2 Mon Sep 17 00:00:00 2001 From: hamo-o Date: Sun, 24 Nov 2024 17:46:27 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B3=80=EA=B2=BD=EB=90=9C=20=ED=83=80?= =?UTF-8?q?=EC=9E=85=EB=AA=85=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../_components/OutstandingDropDown/DropDownTrigger.tsx | 5 ++--- .../app/students/_components/OutstandingDropDown/index.tsx | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/apps/admin/app/students/_components/OutstandingDropDown/DropDownTrigger.tsx b/apps/admin/app/students/_components/OutstandingDropDown/DropDownTrigger.tsx index efff44bf..68187263 100644 --- a/apps/admin/app/students/_components/OutstandingDropDown/DropDownTrigger.tsx +++ b/apps/admin/app/students/_components/OutstandingDropDown/DropDownTrigger.tsx @@ -1,8 +1,7 @@ +import type { OutstandingType } from "constants/status/outstandigOptions"; import Button from "wowds-ui/Button"; -import type { OutstandingStudentsType } from "@/students/_contexts/StudyProvider"; - -const DropDownTrigger = ({ type }: { type: OutstandingStudentsType }) => { +const DropDownTrigger = ({ type }: { type: OutstandingType }) => { return (