set find keyword from background

This commit is contained in:
Shin'ya Ueoka 2018-03-07 21:05:52 +09:00
parent 24e72aa6e0
commit 92f8365be7
3 changed files with 35 additions and 20 deletions

View file

@ -1,7 +1,7 @@
import actions from 'content/actions';
const defaultState = {
keyword: '',
keyword: null,
found: false,
};