Commit 566a6042 authored by Kim, Subin's avatar Kim, Subin
Browse files

TimeTable deleteTime 수정

parent b2a8a743
......@@ -33,7 +33,7 @@ const TimeTable = ({ ticketInfo = { movieId: 0 }, setTicketInfo }) => {
setError("")
await timetableApi.remove(timeId)
alert('해당 상영시간표 정보를 성공적으로 삭제하였습니다.')
getTimeTable(selectDate)
window.location.reload()
} catch (error) {
catchErrors(error, setError)
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment