오디션 지원 완료 다이얼로그 추가
This commit is contained in:
@@ -206,8 +206,11 @@ struct ContentView: View {
|
||||
case .auditionDetail(let auditionId):
|
||||
AuditionDetailView(auditionId: auditionId)
|
||||
|
||||
case .auditionRoleDetail(let roleId):
|
||||
AuditionRoleDetailView(roleId: roleId)
|
||||
case .auditionRoleDetail(let roleId, let auditionTitle):
|
||||
AuditionRoleDetailView(
|
||||
roleId: roleId,
|
||||
auditionTitle: auditionTitle
|
||||
)
|
||||
|
||||
case .searchChannel:
|
||||
SearchChannelView()
|
||||
|
Reference in New Issue
Block a user