Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-03-21 14:06:39 +0300
committerPhil Hughes <me@iamphill.com>2018-03-22 13:33:20 +0300
commitba63bda9550d3d66545e71de1f78a3089c7dc014 (patch)
treee45edc9102fd2ef9957c3def1642aa040e0d0253 /app/assets/javascripts/ide/stores/utils.js
parent51c64f3fc7180732621d60f939bfe6157165040f (diff)
correctly stages and unstages files
after a commit the files are correctly reset correctly enables the ability to have different staged & unstaged changes in the same file
Diffstat (limited to 'app/assets/javascripts/ide/stores/utils.js')
-rw-r--r--app/assets/javascripts/ide/stores/utils.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/javascripts/ide/stores/utils.js b/app/assets/javascripts/ide/stores/utils.js
index da0069b63a8..d6f26368811 100644
--- a/app/assets/javascripts/ide/stores/utils.js
+++ b/app/assets/javascripts/ide/stores/utils.js
@@ -13,7 +13,6 @@ export const dataStructure = () => ({
opened: false,
active: false,
changed: false,
- staged: false,
lastCommitPath: '',
lastCommit: {
id: '',