Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
funkwhale
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Marzal
funkwhale
Commits
dd40a4c4
Verified
Commit
dd40a4c4
authored
7 years ago
by
Eliot Berriot
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup
parent
1e64f3db
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
front/src/components/Pagination.vue
+0
-1
0 additions, 1 deletion
front/src/components/Pagination.vue
front/src/components/playlists/Form.vue
+1
-0
1 addition, 0 deletions
front/src/components/playlists/Form.vue
with
1 addition
and
1 deletion
front/src/components/Pagination.vue
+
0
−
1
View file @
dd40a4c4
...
...
@@ -64,7 +64,6 @@ export default {
}
}
})
console
.
log
(
final
)
return
final
},
maxPage
:
function
()
{
...
...
This diff is collapsed.
Click to expand it.
front/src/components/playlists/Form.vue
+
1
−
0
View file @
dd40a4c4
...
...
@@ -74,6 +74,7 @@ export default {
logger
.
default
.
info
(
'
Successfully created playlist
'
)
self
.
success
=
true
self
.
isLoading
=
false
self
.
name
=
''
self
.
$store
.
dispatch
(
'
playlists/fetchOwn
'
)
},
error
=>
{
logger
.
default
.
error
(
'
Error while creating playlist
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment