fix(toolbox): fix typo in action type for hide timeout (#4069)
This commit is contained in:
parent
ec09085a50
commit
5a99697ae2
|
@ -91,7 +91,7 @@ export const SET_TOOLBOX_TIMEOUT = 'SET_TOOLBOX_TIMEOUT';
|
||||||
* timeoutMS: number
|
* 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.
|
* The type of the (redux) action which shows/hides the Toolbox.
|
||||||
|
|
Loading…
Reference in New Issue