업로드 완료 후 phoneNumber, fileName, soundFile 초기화

This commit is contained in:
Yu Sung 2025-01-07 19:21:17 +09:00
parent f8cd393b2a
commit a2b7fef39e
1 changed files with 4 additions and 0 deletions

View File

@ -228,6 +228,10 @@ final class AuditionRoleDetailViewModel: ObservableObject {
self.errorMessage = "오디션 지원이 완료되었습니다."
self.isShowPopup = true
self.deleteAllRecordingFilesWithNamePrefix("voiceon_now_voice")
self.phoneNumber = ""
self.fileName = ""
self.soundData = nil
self.applicantList = []
self.totalCount = 0