Skip to content

Commit

Permalink
Merge pull request epicmaxco#23 from anthonywebster/fixed-warning
Browse files Browse the repository at this point in the history
fixed warning close menu not found
  • Loading branch information
alexanderrudnik authored Sep 5, 2017
2 parents cc7835c + 9939bd2 commit a615b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/mutation-types.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const TOGGLE_EXPAND_MENU_ITEM = 'TOGGLE_EXPAND_MENU_ITEM'

export const TOGGLE_DROPDOWN = 'CLOSE_MENU'
export const CLOSE_MENU = 'CLOSE_MENU'

export const TOGGLE_SIDEBAR = 'TOGGLE_SIDEBAR'

Expand Down

0 comments on commit a615b5e

Please sign in to comment.