From 3e47b8275454452324e3b6a7607f2db361110b0e Mon Sep 17 00:00:00 2001 From: rlaks5757 Date: Mon, 31 Mar 2025 17:23:48 +0900 Subject: Report -> Vendor Document 문구 수정, Upload Dialog Design Layout 변경 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/documents/StageList.tsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'components/documents') diff --git a/components/documents/StageList.tsx b/components/documents/StageList.tsx index 97c8faad..8d82b741 100644 --- a/components/documents/StageList.tsx +++ b/components/documents/StageList.tsx @@ -61,8 +61,6 @@ interface Version { export default function StageList({ document }: StageListProps) { const [versions, setVersions] = useState([]) -console.log(versions) - const [stageOptions, setStageOptions] = useState([]) const [isLoading, setIsLoading] = useState(false) -- cgit v1.2.3