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
c6dc0753
Commit
c6dc0753
authored
Jul 27, 2021
by
Kim, Subin
Browse files
INIT_TICKETFEE 값 변경
parent
0bc8f36a
Changes
1
Show whitespace changes
Inline
Side-by-side
client/src/components/Admin/TicketEditForm.js
View file @
c6dc0753
...
...
@@ -5,14 +5,14 @@ import styles from "./admin.module.scss";
const
INIT_TICKETFEE
=
{
theaterType
:
""
,
weekdays
:
0
,
weekend
:
0
,
morning
:
0
,
day
:
0
,
night
:
0
,
youth
:
0
,
adult
:
0
,
senior
:
0
,
weekdays
:
""
,
weekend
:
""
,
morning
:
""
,
day
:
""
,
night
:
""
,
youth
:
""
,
adult
:
""
,
senior
:
""
,
defaultPrice
:
5000
}
...
...
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