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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.