diff options
| author | rlaks5757 <rlaks5757@gmail.com> | 2025-03-31 17:23:48 +0900 |
|---|---|---|
| committer | rlaks5757 <rlaks5757@gmail.com> | 2025-03-31 17:23:48 +0900 |
| commit | 3e47b8275454452324e3b6a7607f2db361110b0e (patch) | |
| tree | b6a3be3c1d4c8dd8d0dda9bc33f5974c32261a71 /components/documents | |
| parent | 311ba2c57fe75ef378bf272c4ccf9fdee7843973 (diff) | |
Report -> Vendor Document 문구 수정, Upload Dialog Design Layout 변경
Diffstat (limited to 'components/documents')
| -rw-r--r-- | components/documents/StageList.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
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<Version[]>([]) -console.log(versions) - const [stageOptions, setStageOptions] = useState<string[]>([]) const [isLoading, setIsLoading] = useState<boolean>(false) |
