- 부가서비스 누락된 권한 체크 추가, 누락된 시스템 에러 처리 추가
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user