summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/repo/stores/mutations/file.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/repo/stores/mutations/file.js')
-rw-r--r--app/assets/javascripts/repo/stores/mutations/file.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/repo/stores/mutations/file.js b/app/assets/javascripts/repo/stores/mutations/file.js
index 4d10fa8169d..f9ba80b9dc2 100644
--- a/app/assets/javascripts/repo/stores/mutations/file.js
+++ b/app/assets/javascripts/repo/stores/mutations/file.js
@@ -26,6 +26,7 @@ export default {
rawPath: data.raw_path,
binary: data.binary,
html: data.html,
+ renderError: data.render_error,
});
},
[types.SET_FILE_RAW_DATA](state, { file, raw }) {