오디션 지원 완료 다이얼로그 추가
This commit is contained in:
@@ -51,7 +51,12 @@ struct AuditionDetailView: View {
|
||||
.onTapGesture {
|
||||
if !role.isComplete {
|
||||
AppState.shared
|
||||
.setAppStep(step: .auditionRoleDetail(roleId: role.roleId))
|
||||
.setAppStep(
|
||||
step: .auditionRoleDetail(
|
||||
roleId: role.roleId,
|
||||
auditionTitle: viewModel.title
|
||||
)
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user