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-04-25 12:38:06 +0300
committerPhil Hughes <me@iamphill.com>2018-04-25 12:38:06 +0300
commit7adbed74648574e35cfe79210ef67157cd44937e (patch)
treef87f83e80afe70fbb3951fd3ad9bf07d42c676e0 /app/assets/javascripts/ide/stores/mutation_types.js
parentc45932bee018aa7d0256367fc4830f5b45bedbab (diff)
parentb36941bdaad03eeb5ab23235b77f1bfad0348f18 (diff)
Merge branch 'master' into ide-workbench-bar
Diffstat (limited to 'app/assets/javascripts/ide/stores/mutation_types.js')
-rw-r--r--app/assets/javascripts/ide/stores/mutation_types.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/ide/stores/mutation_types.js b/app/assets/javascripts/ide/stores/mutation_types.js
index 8d58b374e40..0f331f9a578 100644
--- a/app/assets/javascripts/ide/stores/mutation_types.js
+++ b/app/assets/javascripts/ide/stores/mutation_types.js
@@ -61,3 +61,4 @@ export const ADD_PENDING_TAB = 'ADD_PENDING_TAB';
export const REMOVE_PENDING_TAB = 'REMOVE_PENDING_TAB';
export const UPDATE_ACTIVITY_BAR_VIEW = 'UPDATE_ACTIVITY_BAR_VIEW';
+export const TOGGLE_FILE_FINDER = 'TOGGLE_FILE_FINDER';