- 부가서비스 누락된 권한 체크 추가, 누락된 시스템 에러 처리 추가

This commit is contained in:
HyeonJongKim
2025-11-06 14:41:29 +09:00
parent 5e8c703856
commit 715937f4e2
8 changed files with 48 additions and 9 deletions

View File

@@ -119,6 +119,7 @@ export const PayoutRequestPage = () => {
type="text"
placeholder={t('additionalService.payout.dateSelectPlaceholder')}
value={settlementDate ? moment(settlementDate).format('YYYY.MM.DD') : ''}
onChange={() => {}}
/>
<button
className="date-btn"