diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-03-07 21:05:52 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-03-07 21:05:52 +0900 |
commit | 92f8365be7127c3fa0276b1a6e890571f634622e (patch) | |
tree | 0de3603c8cffef056584413ef8a5a0dc051b8d8f /src/content/reducers/find.js | |
parent | 24e72aa6e079009d4c24c7f6be6bfb82c21e6643 (diff) |
set find keyword from background
Diffstat (limited to 'src/content/reducers/find.js')
-rw-r--r-- | src/content/reducers/find.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/reducers/find.js b/src/content/reducers/find.js index eb43c37..8d63ee5 100644 --- a/src/content/reducers/find.js +++ b/src/content/reducers/find.js @@ -1,7 +1,7 @@ import actions from 'content/actions'; const defaultState = { - keyword: '', + keyword: null, found: false, }; |