diff options
| author | joonhoekim <26rote@gmail.com> | 2025-11-17 10:35:43 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-11-17 10:35:43 +0900 |
| commit | 91ae2e8b382e6945f713c66a68c5c3483d6ec5cf (patch) | |
| tree | dee8a3de8e94b1bb6f5fe03409b2e0e269e0862c /components/common/selectors | |
| parent | 4a4f41d5b206b64196f5cb5d79ca400f5452bb5f (diff) | |
(김준회) 견적: 협력업체 조건설정 Dialog: Currency 공통 선택기 적용, 불필요 텍스트 제거
Diffstat (limited to 'components/common/selectors')
| -rw-r--r-- | components/common/selectors/currency/currency-selector.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/common/selectors/currency/currency-selector.tsx b/components/common/selectors/currency/currency-selector.tsx index 1e56c972..94223d61 100644 --- a/components/common/selectors/currency/currency-selector.tsx +++ b/components/common/selectors/currency/currency-selector.tsx @@ -192,9 +192,9 @@ export function CurrencySelector({ <DialogContent className="max-w-4xl max-h-[80vh]"> <DialogHeader> <DialogTitle>통화 선택</DialogTitle> - <div className="text-sm text-muted-foreground"> + {/* <div className="text-sm text-muted-foreground"> 통화 코드(CD_CLF=SPB032) 조회 - </div> + </div> */} </DialogHeader> <div className="space-y-4"> |
