테스트 데이터 및 UI 컴포넌트 업데이트

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jay Sheen
2025-09-30 09:47:38 +09:00
parent 1251f5ee61
commit d792c36c91
51 changed files with 53 additions and 53 deletions

View File

@@ -17,7 +17,7 @@ export const PayoutRequestPage = () => {
const { navigate } = useNavigate();
const [calendarOpen, setCalendarOpen] = useState<boolean>(false);
const [mid, setMid] = useState<string>('nictest001m')
const [mid, setMid] = useState<string>('nictest00m')
const [submallId, setSubmallId] = useState<string>('');
const [disbursementAmount, setDisbursementAmount] = useState<number>(0);
const [settlementDate, setSettlementDate] = useState<string>('');