Fixed apollo caching of the root repository file listing

This commit is contained in:
Phil Hughes 2019-07-05 15:54:37 +01:00
parent 821c298419
commit fa790f5512
No known key found for this signature in database
GPG Key ID: 32245528C52E0F9F
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,
},