From f0dd6d526160fdb98a5f55b4e45b84652590df58 Mon Sep 17 00:00:00 2001 From: François Schmidts Date: Mon, 25 Jan 2016 12:40:23 +0100 Subject: bootstraping right panel --- src/web/js/constants/JarrConstants.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/web/js/constants') diff --git a/src/web/js/constants/JarrConstants.js b/src/web/js/constants/JarrConstants.js index d00f24a8..c7b419e4 100644 --- a/src/web/js/constants/JarrConstants.js +++ b/src/web/js/constants/JarrConstants.js @@ -23,4 +23,7 @@ module.exports = { MIDDLE_PANEL_FILTER: null, CHANGE_ATTR: null, }), + RightPanelActionTypes: keyMirror({ + LOAD_RIGHT_PANEL: null, + }), }; -- cgit