fix(toolbox): fix typo in action type for hide timeout (#4069)

This commit is contained in:
virtuacoplenny
2019-04-04 10:53:14 -07:00
committed by GitHub
parent ec09085a50
commit 5a99697ae2

View File

@@ -91,7 +91,7 @@ export const SET_TOOLBOX_TIMEOUT = 'SET_TOOLBOX_TIMEOUT';
* timeoutMS: number
* }
*/
export const SET_TOOLBOX_TIMEOUT_MS = 'SET_TOOLBOX_TIMEOUT';
export const SET_TOOLBOX_TIMEOUT_MS = 'SET_TOOLBOX_TIMEOUT_MS';
/**
* The type of the (redux) action which shows/hides the Toolbox.