diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-10-10 12:56:23 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-10-10 12:56:23 +0200 |
commit | 9a9b5a2621e417544289ac13d32baee6ae4b7a30 (patch) | |
tree | 3563e5264b4dce520c40035f485dc9b9eb981dd5 /packages/gitbook-plugin-search/src/components/Input.js | |
parent | 66231f8b7f5b74efb15e2c6aa34af796e68b58c8 (diff) | |
download | gitbook-9a9b5a2621e417544289ac13d32baee6ae4b7a30.zip gitbook-9a9b5a2621e417544289ac13d32baee6ae4b7a30.tar.gz gitbook-9a9b5a2621e417544289ac13d32baee6ae4b7a30.tar.bz2 |
Show "copied" text when clicking the copy button
Diffstat (limited to 'packages/gitbook-plugin-search/src/components/Input.js')
-rw-r--r-- | packages/gitbook-plugin-search/src/components/Input.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gitbook-plugin-search/src/components/Input.js b/packages/gitbook-plugin-search/src/components/Input.js index 8bee215..457deff 100644 --- a/packages/gitbook-plugin-search/src/components/Input.js +++ b/packages/gitbook-plugin-search/src/components/Input.js @@ -6,7 +6,7 @@ const search = require('../actions/search'); const SearchInput = React.createClass({ propTypes: { query: React.PropTypes.string, - i18n: GitBook.Shapes.i18n, + i18n: GitBook.Shapes.I18n, dispatch: GitBook.Shapes.dispatch }, |