Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
dashboard
Commits
7af04699
Commit
7af04699
authored
May 01, 2019
by
jackie / Andrea Ida Malkah Klaura
Browse files
FIX: clean unused response
parent
2e53713d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/ShowManagerModalNotes.vue
View file @
7af04699
...
...
@@ -113,7 +113,7 @@ export default {
axios
.
put
(
uri
,
this
.
note
,
{
withCredentials
:
true
,
headers
:
{
'
Authorization
'
:
'
Bearer
'
+
this
.
$parent
.
$parent
.
user
.
access_token
}
}).
then
(
response
=>
{
}).
then
(
()
=>
{
// everything was fine, we can close the modal now
this
.
$refs
.
modalNote
.
hide
()
}).
catch
(
error
=>
{
...
...
Write
Preview
Supports
Markdown
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