Skip to content

Commit

Permalink
fix(ui): file diff netork-only
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Jun 28, 2018
1 parent 46dd855 commit 48413fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui/src/components/FileDiffView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default {
fileDiffs: {
query: FILE_DIFFS,
loadingKey: 'loading',
fetchPolicy: 'cahe-and-network',
fetchPolicy: 'network-only',
result () {
this.fileDiffs.forEach(fileDiff => {
if (typeof this.collapsed[fileDiff.id] === 'undefined' && (
Expand Down

0 comments on commit 48413fa

Please sign in to comment.