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
This commit is contained in:
Filipa Lacerda 2019-07-09 09:48:48 +00:00
commit b286ac3705
1 changed files with 1 additions and 1 deletions

View File

@ -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,
},