Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
butter-studio
Commits
566a6042
Commit
566a6042
authored
Aug 11, 2021
by
Kim, Subin
Browse files
TimeTable deleteTime 수정
parent
b2a8a743
Changes
1
Show whitespace changes
Inline
Side-by-side
client/src/components/Admin/TimeTable.js
View file @
566a6042
...
...
@@ -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
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment