summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/stores/mutation_types.js
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-04-13 10:43:16 +0100
committerPhil Hughes <me@iamphill.com>2018-04-16 09:49:01 +0100
commita35391c977b7cfcd63ba5c9d110794608485bafd (patch)
treecf2af181b3df170c4b2bbf2e250d5666314001f5 /app/assets/javascripts/ide/stores/mutation_types.js
parent066aa5b30e8cdbd01882314ee052bbc29f711f59 (diff)
downloadgitlab-ce-a35391c977b7cfcd63ba5c9d110794608485bafd.tar.gz
added specs to store
added clear button to search input
Diffstat (limited to 'app/assets/javascripts/ide/stores/mutation_types.js')
-rw-r--r--app/assets/javascripts/ide/stores/mutation_types.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/ide/stores/mutation_types.js b/app/assets/javascripts/ide/stores/mutation_types.js
index d64908ea971..742bd40f25d 100644
--- a/app/assets/javascripts/ide/stores/mutation_types.js
+++ b/app/assets/javascripts/ide/stores/mutation_types.js
@@ -54,4 +54,4 @@ export const UPDATE_DELAY_VIEWER_CHANGE = 'UPDATE_DELAY_VIEWER_CHANGE';
export const ADD_PENDING_TAB = 'ADD_PENDING_TAB';
export const REMOVE_PENDING_TAB = 'REMOVE_PENDING_TAB';
-export const TOGGLE_FILE_FINDER = 'SHOW_FILE_FINDER';
+export const TOGGLE_FILE_FINDER = 'TOGGLE_FILE_FINDER';