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
95cd0eb7
Commit
95cd0eb7
authored
Aug 10, 2021
by
Kim, Subin
Browse files
console.log 삭제
parent
635611b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/components/Admin/TimeTableEditForm.js
View file @
95cd0eb7
...
...
@@ -147,9 +147,6 @@ const TimeTableEditForm = () => {
return
(
<
form
className
=
"
col-12 col-lg-6 me-lg-1 mb-5 mb-lg-0
"
onSubmit
=
{
handleSubmit
}
>
{
console
.
log
(
"
show==
"
,
showTimes
)}
{
console
.
log
(
"
select==
"
,
selectInfo
)}
{
console
.
log
(
"
list==
"
,
theaterList
)}
<
h5
className
=
{
`border-top border-dark border-2 pt-3 mb-3
${
styles
.
borderLg
}
`
}
>
상영시간표
등록
<
/h5
>
<
select
className
=
{
`form-select mb-3
${
styles
.
shadowNone
}
${
styles
.
selectInput
}
`
}
id
=
"
movieId
"
name
=
"
movieId
"
value
=
{
selectId
}
onChange
=
{
handleChange
}
aria
-
label
=
"
select movie
"
defaultValue
=
"
0
"
>
{
movieList
.
length
!==
0
?
...
...
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