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
9c7f378e
Commit
9c7f378e
authored
Jul 14, 2021
by
Kim, Subin
Browse files
; 삭제
parent
ec1fb3b9
Changes
1
Show whitespace changes
Inline
Side-by-side
client/src/components/MovieTable/MovieTable.js
View file @
9c7f378e
...
...
@@ -13,7 +13,7 @@ const MovieTable = ({ movieList }) => {
await
movieApi
.
submit
(
movieId
)
alert
(
"
서버 등록이 완료되었습니다.
"
)
}
catch
(
error
)
{
catchErrors
(
error
,
setError
)
;
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