From 33be47506f0aa62b969d82521580a29e95080268 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Wed, 13 Aug 2025 11:05:09 +0000 Subject: (대표님) 입찰, 법무검토, EDP 변경사항 대응, dolce 개선, form-data 개선, 정규업체 등록관리 추가 (최겸) pq 미사용 컴포넌트 및 페이지 제거, 파일 라우트에 pq 적용 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ui/file-list.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/ui') diff --git a/components/ui/file-list.tsx b/components/ui/file-list.tsx index b6ade7f5..b469a08e 100644 --- a/components/ui/file-list.tsx +++ b/components/ui/file-list.tsx @@ -23,7 +23,7 @@ export const FileListItem = React.forwardRef<
, React.ComponentPropsWithoutRef<"div"> >(({ className, ...props }, ref) => ( -
+
)) FileListInfo.displayName = "FileListInfo" -- cgit v1.2.3