Skip to content

Commit

Permalink
[IDLE-000] 공고등록시 스테이지 범의 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
J0onYEong committed Nov 13, 2024
1 parent 12d09f4 commit 03c073b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class CreatePostViewController: BaseViewController {
}()
lazy var statusBar: ProcessStatusBar = {
let view = ProcessStatusBar(
processCount: RegisterRecruitmentPage.allCases.count,
processCount: RegisterRecruitmentPage.stages.count,
startIndex: 0
)
return view
Expand Down

0 comments on commit 03c073b

Please sign in to comment.