From 2980b0726503c65d1b88b56b78f7d5c4fd6a3cb1 Mon Sep 17 00:00:00 2001 From: yoosangwook Date: Wed, 8 Jan 2025 09:23:30 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8CQSelectBox=20=20=EC=BD=94=EB=93=9C?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - remove unused code - modify sample code --- src/components/Playground.jsx | 2 +- src/components/common/select/QSelectBox.jsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/Playground.jsx b/src/components/Playground.jsx index 64aeab0f..126a7f65 100644 --- a/src/components/Playground.jsx +++ b/src/components/Playground.jsx @@ -537,7 +537,7 @@ export default function Playground() {
- +
diff --git a/src/components/common/select/QSelectBox.jsx b/src/components/common/select/QSelectBox.jsx index ece8b1bf..7e7b446a 100644 --- a/src/components/common/select/QSelectBox.jsx +++ b/src/components/common/select/QSelectBox.jsx @@ -1,7 +1,6 @@ 'use client' import { useEffect, useRef, useState } from 'react' import { useOnClickOutside } from 'usehooks-ts' -import { isObjectNotEmpty } from '@/util/common-utils' /** *