summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/stores/utils.js
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-05-01 09:29:08 +0100
committerPhil Hughes <me@iamphill.com>2018-05-01 09:29:08 +0100
commitbec24d15813388440d172cf4f27d936130202a09 (patch)
tree97ad6b27ad2bb5434d6afcde10f8b94a95c1c933 /app/assets/javascripts/ide/stores/utils.js
parent87eb66e7b3823ed02f98d9d844717fedc06325d9 (diff)
downloadgitlab-ce-bec24d15813388440d172cf4f27d936130202a09.tar.gz
use getters to correctly get the counts for both unstaged & staged changes
Diffstat (limited to 'app/assets/javascripts/ide/stores/utils.js')
-rw-r--r--app/assets/javascripts/ide/stores/utils.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/javascripts/ide/stores/utils.js b/app/assets/javascripts/ide/stores/utils.js
index 74f77bf678d..67d013fe3c4 100644
--- a/app/assets/javascripts/ide/stores/utils.js
+++ b/app/assets/javascripts/ide/stores/utils.js
@@ -33,7 +33,6 @@ export const dataStructure = () => ({
raw: '',
content: '',
parentTreeUrl: '',
- parentPath: '',
renderError: false,
base64: false,
editorRow: 1,
@@ -44,7 +43,6 @@ export const dataStructure = () => ({
previewMode: null,
size: 0,
parentPath: null,
- changesCount: 0,
lastOpenedAt: 0,
});