revert: Round 5 롤백 - 브라우저 크래시 문제로 복원

This commit is contained in:
김보곤
2026-02-06 00:39:28 +09:00
parent d23454d573
commit 701e05ab59
83 changed files with 1262 additions and 2611 deletions

View File

@@ -129,7 +129,7 @@
"form": {
"fields": [
{ "name": "사원코드", "type": "text", "value": "EMP2026001" },
{ "name": "남성", "type": "click_if_exists", "value": "true" },
{ "name": "남성", "type": "radio", "value": "true" },
{ "name": "상세주소를 입력해주세요", "type": "text", "value": "123번지 4층" }
]
}