Commit b286ac37 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'repo-list-root-caching' into 'master'

Fixed apollo caching of the root repository file listing

See merge request gitlab-org/gitlab-ce!30409
parents c39580a5 fa790f55
......@@ -76,7 +76,7 @@ export default {
variables: {
projectPath: this.projectPath,
ref: this.ref,
path: this.path,
path: this.path || '/',
nextPageCursor: this.nextPageCursor,
pageSize: PAGE_SIZE,
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment